0

I need to convert server-side HEIF images (new Apple/iOS format) to a more common image type (e.g. JPG, PNG, ...). Is there any solution Java-based?

I couldn't find any library or other solution.

LaurentG
  • 11,128
  • 9
  • 51
  • 66

1 Answers1

1

Nope, checked some months ago, there is no (native) Java based solution yet. You could connect existing external libraries e.g. via JNI, but that would always be platform-dependent.

Florian Albrecht
  • 2,266
  • 1
  • 20
  • 25
  • Thank you. After all search I made I think you are true. At this moment, there is no Java-only solution. – LaurentG Nov 12 '18 at 12:43