From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id 14F3E3857C5B for ; Thu, 13 Aug 2020 18:58:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 14F3E3857C5B Received: by mail-ej1-x62a.google.com with SMTP id a26so7337033ejc.2 for ; Thu, 13 Aug 2020 11:58:19 -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:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=mdXOA90W/2NrdzAjseUffVjK1h8fa6aBzm3/xj/VLVA=; b=iAPxtEllbtPMrjGMH4KNPYKZlmiDqosjSCcvpIQlkiItrMMbcyCZsiJ2u3vvkkqYUp g6am2GumVUFuLFEsw6eTRua1lgD+/Rdek73MBvCKyF55K/0M4FRQHNvLWNYYDwF6RWdV ubvW8zZGYgflTcB1ZPs3doCaVInHm9oshpwG/m5fwFmYZdxHRONW92TaHXA43m6XgGYw iaTfvjLjkQyOZI3hgqfH3nOyyYzzw+32qcvuG8StKcyPE3RnmMDUETwVmhy67ZRD/I+2 MLyhrEigmI7kjSuk8rsR40B1FjJC+bm4tFdKHW4ITuIst5Q4YhzvhtZhlEFzD9P/Faim wkTw== X-Gm-Message-State: AOAM5307kAwoOcOQKPocs98+fMfSnK7PlR/iMpO2+PoW6ieVlNYKlsLy ZGxjkcMUcJ3zch/2SMPeNJ0ewdJZq3A= X-Google-Smtp-Source: ABdhPJwh+4cXN2APf2aCer80SqNQzISXt0Bcm5ikDid2RaI1gUDXReXXgs0Mhk55EdDWnJ/kSDP6tg== X-Received: by 2002:a17:906:fa0b:: with SMTP id lo11mr6431010ejb.235.1597345097844; Thu, 13 Aug 2020 11:58:17 -0700 (PDT) Received: from [192.168.0.10] ([151.33.231.19]) by smtp.gmail.com with ESMTPSA id dr21sm5523320ejc.112.2020.08.13.11.58.17 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 13 Aug 2020 11:58:17 -0700 (PDT) Subject: Re: heic to jpg conversion To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <578479d7-6fed-e6f8-4393-0b525fa54058@gmail.com> Date: Thu, 13 Aug 2020 20:58:16 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.7 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: Thu, 13 Aug 2020 18:58:20 -0000 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