We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used: <try { HEIF heif = new HEIF ("home / sergio / IMG433.heic"); ImageItem primaryImage = heif.getPrimaryImage (); int width = primaryImage.getSize (). width; int height = primaryImage.getSize (). height; System.out.println (width + "x" + height); // OK! 4032 x 3024>
How to save to jpg?
The text was updated successfully, but these errors were encountered:
Did you find how to convert ?
Sorry, something went wrong.
No branches or pull requests
I used:
<try {
HEIF heif = new HEIF ("home / sergio / IMG433.heic");
ImageItem primaryImage = heif.getPrimaryImage ();
int width = primaryImage.getSize (). width;
int height = primaryImage.getSize (). height;
System.out.println (width + "x" + height); // OK! 4032 x 3024>
How to save to jpg?
The text was updated successfully, but these errors were encountered: