From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by sourceware.org (Postfix) with ESMTPS id 711D13857C57 for ; Fri, 14 Aug 2020 19:12:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 711D13857C57 Received: by mail-ej1-x62b.google.com with SMTP id o23so11049239ejr.1 for ; Fri, 14 Aug 2020 12:12:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=5gY9txAwwNbWFWkM6XKUEniudHwnh9ilj63rAl0N+Xw=; b=EZ7btKn3GDQpGr1V2AWI3J+dBw13TZ+YGBmM4rMWGCPOHWpNfyj/yzxoIYsIfnzRvC cMfAFjmcoKkxoQM+cVBBHhsXjI0VZaMQyq7AX5+ASCV70MEsbcOnNrl4+FyeBXWDzoeQ 7gUqcME+TbuaACF/sqIbs2T8LGSXkpmVAtVl1xPAoG6i9a9RHx7ZBHOpVj6t6+ctuKHK jm7hV1dOCvA+QQoP0SDOj86tZen2+ddxgCGPTO6tUvqRjbya7oPLkz38AqoeqC5gqoP2 //hxL3xEHHUa3Tl3eBxyChCvmiie8Br8tqhwj+vV+ESBacsKqLDEp3fFgZcknKis8qHI vryw== X-Gm-Message-State: AOAM530pPlhFGIYDyBtq22fbq7ksT+YpOGWK2Pmi89GuavH3DVJdxIx4 M1oFR6qUJetnd6MCkvSBiZ791MstZZWNAg== X-Google-Smtp-Source: ABdhPJzTnN5/lu7dslQPeHPfMtzw8QWomqBC+8PunuFoZ88cYnJ/iUj7rhyEMggk9SKDuuvbWCw3jQ== X-Received: by 2002:a17:906:8517:: with SMTP id i23mr3727311ejx.287.1597432327140; Fri, 14 Aug 2020 12:12:07 -0700 (PDT) Received: from [192.168.0.10] ([151.33.231.19]) by smtp.gmail.com with ESMTPSA id u13sm7214360eje.9.2020.08.14.12.12.06 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 14 Aug 2020 12:12:06 -0700 (PDT) Subject: Re: heic to jpg conversion From: Marco Atzeri To: cygwin@cygwin.com References: <578479d7-6fed-e6f8-4393-0b525fa54058@gmail.com> Message-ID: <4ad9cb58-d19b-494f-4020-be2e4bc80ba7@gmail.com> Date: Fri, 14 Aug 2020 21:12:05 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <578479d7-6fed-e6f8-4393-0b525fa54058@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 19:12:09 -0000 On 13.08.2020 20:58, Marco Atzeri wrote: > On 13.08.2020 09:54, Fergus Daly via Cygwin wrote: >> 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). >> Thank you! >> -- > > > it seems the functionality to fully read heic format > was added in 7.0.9 > > http://www.imagemagick.org/script/changelog.php > I will look to build it. > > I already built the libheif library, but does not work > with 6.9.x > > Regards > Marco The just uploaded ImageMagick 7 is able to convert from heic to both jpg and png (and more I assume..) I also added libheif and libde265 needed for the job Regards Marco