From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by sourceware.org (Postfix) with ESMTPS id 0D60E386100B for ; Thu, 13 Aug 2020 10:13:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0D60E386100B Received: by mail-ed1-x536.google.com with SMTP id c10so3752176edk.6 for ; Thu, 13 Aug 2020 03:13:48 -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=CnuB2SQMtvwJYTyiVLqUlcqWkptjceFQH7O7mLmbNDM=; b=hZalflPB4nr5nURF31R5F8zEvVug0JFc77nNASI2TVthzzJ5CdQ0ZRfAcOhd1WH7rp afFVG4IapAmk6wo+ODEkci5LpwaWUMXB71eyPt+y+p2//ZkBlmlw3KmA7sToB1x1tief 6pP+moPNpx95YbIelA1QuCl8geZNGYGk/4F1qkFJ7NYX5bfWJ2E0MSsiJaVwhp8+Y8s0 WdUIoRE1aFNzhu+upj+Vywv5pC1NZ9MJLzpLYLv5RLlFoP3TkMGfGUb54dg6l2MihoUJ P510nyxpAq3bRie8BLzzRBpTl3qmEVHGRDGGsqvm5sZayGKFQJLP2ZpIbmuv6Hi9EdYy XRiA== X-Gm-Message-State: AOAM530voCG/hgChFT7nGegfM40JGB3Otkxzly5SHqtbSlk+5bD2O9fM 5un0YaefyjjOp6J/UXzWMq/1IgwE2C4= X-Google-Smtp-Source: ABdhPJw+JIXcv6cdk/Y1vyAue1MU9sKOBdI+f6GijYVYDuiHtuBz1Kok58gnV5ZbvMRmxNNhSLbz+Q== X-Received: by 2002:a50:bf07:: with SMTP id f7mr4005737edk.356.1597313626941; Thu, 13 Aug 2020 03:13:46 -0700 (PDT) Received: from [192.168.0.10] ([151.33.231.19]) by smtp.gmail.com with ESMTPSA id fx15sm3533812ejb.1.2020.08.13.03.13.46 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 13 Aug 2020 03:13:46 -0700 (PDT) Subject: Re: heic to jpg conversion To: cygwin@cygwin.com References: <06f2bf12-f38b-ba43-1301-03a2e7960b95@towo.net> From: Marco Atzeri Message-ID: Date: Thu, 13 Aug 2020 12:13:43 +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: <06f2bf12-f38b-ba43-1301-03a2e7960b95@towo.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.5 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 10:13:49 -0000 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 ? 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