Am 13.08.2020 um 12:13 schrieb Marco Atzeri via Cygwin:
On 13.08.2020 10:18, Thomas Wolff wrote:
Am 13.08.2020 um 09:54 schrieb Fergus Daly via Cygwin:
Does Cygwin include the capability to convert heic to jpg (or png or anything else Windows-readable)? I tried "convert" (previously all-powerful) but that does not work (in any obvious way, anyway).
Works for me. What does `type convert` say?
--

Thomas,
are you sure ?
Well, no, I just ran a simple test case which seems to have misled me. `convert x.jpg x.heic` did produce an image file with suffix .heic, without any complaint. However, `file x.heic` would identify it as JPEG format. Weird.


looking at the documentation
https://imagemagick.org/script/formats.php

we need libheif to support that format and
we have not yet it.

As expected
  identify -list format | grep -i heic

output is empty.

I will look on it.

Regards
Marco


--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to