<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Sean, Ruben,<div class=""><br class=""></div><div class="">thanks. I’m using macOS Catalina 10.15.6.<br class=""><div class=""><br class="Apple-interchange-newline">

</div>
<div>I’m wondering though how I would achieve getting the libheic delegate into the current IM 6 in macports.</div><div>Also I don’t want to use jpeg since the target is png. heic->png</div><div><br class=""></div><div><br class=""></div><div>—</div><div>Christoph</div><div><br class=""><blockquote type="cite" class=""><div class="">Am 25.09.2020 um 20:31 schrieb Sean DALY <<a href="mailto:sdaly.be@gmail.com" class="">sdaly.be@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hi Christoph,</div><div class=""><br class=""></div><div class="">I use imagemagick every day and IMv7 introduces a number of changes, in particular the "magick" command which replaces the previous "identify", "convert", "montage", "composite" etc. commands. The CLI parser has been rewritten and following the previous CLI parameters order will not work. It is however possible to invoke the previous parser using "magick convert" or "magick composite" for example.</div><div class=""><br class=""></div><div class="">As an alternative, if you are on a Mac running OSX v10.13 or later, for HEIF files use the OSX sips (Scriptable Image Processing System) tool, e.g.:</div><div class=""><br class=""></div><div class=""># inspect file properties<br class=""></div><div class="">$ sips --getProperty allheic_image.heic</div><div class=""><br class=""></div><div class=""># convert to JPEG<br class=""></div><div class="">$ sips --setProperty format jpeg heic_image.heic --setProperty formatOptions high --out heic_image.jpg</div><div class=""><br class=""></div><div class="">sips is a good companion to imagemagick's convert for raster formats, it is fast and offers a number of features.<br class=""></div><div class=""><br class=""></div><div class="">As IM have stated they will support IMv6 for another ten years, it's probably best to not rush to IMv7 considering the number of changes<br class=""></div><div class=""><br class=""></div><div class="">Sean</div><div class=""><br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 25, 2020 at 11:59 AM Ruben Di Battista <<a href="mailto:rubendibattista@gmail.com" class="">rubendibattista@gmail.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Moreover, HEIC format seems to be included here:<br class="">
<a href="https://github.com/macports/macports-ports/pull/6021" rel="noreferrer" target="_blank" class="">https://github.com/macports/macports-ports/pull/6021</a><br class="">
<br class="">
Are there any problems?<br class="">
<br class="">
On Fri, Sep 25, 2020 at 5:58 PM Ruben Di Battista<br class="">
<<a href="mailto:rubendibattista@gmail.com" target="_blank" class="">rubendibattista@gmail.com</a>> wrote:<br class="">
><br class="">
> Hello Christoph,<br class="">
><br class="">
> here's there's a discussion about version 7:<br class="">
> <a href="https://github.com/macports/macports-ports/pull/5014" rel="noreferrer" target="_blank" class="">https://github.com/macports/macports-ports/pull/5014</a> and here<br class="">
> <a href="https://trac.macports.org/ticket/51310" rel="noreferrer" target="_blank" class="">https://trac.macports.org/ticket/51310</a>. It probably will be provided<br class="">
> as a separate port.<br class="">
><br class="">
> On Fri, Sep 25, 2020 at 5:40 PM Christoph Kukulies <<a href="mailto:kuku@kukulies.org" target="_blank" class="">kuku@kukulies.org</a>> wrote:<br class="">
> ><br class="">
> > I was seeking for a means to convert Apples new HEIC/HEIF format to more traditional formats and I always remembered  ImageMagick being a good choice for that.<br class="">
> > Unfortunately the macports version is quite outdated.<br class="">
> > 6.9.11-29<br class="">
> ><br class="">
> > vs. 7.0.10-30 being the latest.<br class="">
> ><br class="">
> > How can I get a newer version via macports?<br class="">
> ><br class="">
> > —<br class="">
> > Christoph<br class="">
> ><br class="">
><br class="">
><br class="">
> --<br class="">
>           _<br class="">
> -.     .´  |∞∞∞∞<br class="">
>   ',  ;    |∞∞∞∞∞∞<br class="">
>     ˜˜       |∞∞∞∞∞∞∞∞∞ RdB<br class="">
>     ,.,    |∞∞∞∞∞∞<br class="">
>   .'   '.  |∞∞∞∞<br class="">
> -'       `'<br class="">
> <a href="https://rdb.is/" rel="noreferrer" target="_blank" class="">https://rdb.is</a><br class="">
<br class="">
<br class="">
<br class="">
-- <br class="">
          _<br class="">
-.     .´  |∞∞∞∞<br class="">
  ',  ;    |∞∞∞∞∞∞<br class="">
    ˜˜       |∞∞∞∞∞∞∞∞∞ RdB<br class="">
    ,.,    |∞∞∞∞∞∞<br class="">
  .'   '.  |∞∞∞∞<br class="">
-'       `'<br class="">
<a href="https://rdb.is/" rel="noreferrer" target="_blank" class="">https://rdb.is</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></div></body></html>