| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:subject:to:references:from:message-id:date | |
| :mime-version:in-reply-to:content-type | |
| :content-transfer-encoding; q=dns; s=default; b=v5FISJE/G2lSCPUc | |
| OYkmtNpAppcgI6qImG44HdMrBNxvRQeRPkY4KA4XMZYwxgCG55+EEEkQogSpfCah | |
| nnYMlfEUI5kJZl5HDqMxVe9QtWj7atzZAUnpdjlgu3TWryRxbWT2Lkz8xxRw/QTe | |
| eTqIZiirLuFP9AarzJ6l2tMoHlc= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:subject:to:references:from:message-id:date | |
| :mime-version:in-reply-to:content-type | |
| :content-transfer-encoding; s=default; bh=aQfnGzjk1M9dDpx1koYr0J | |
| wvpRU=; b=M0taW0nf3VOlDjs9uDJ6gUadrvJnAFNvr2w4CPUyriMWTP3Q9hT+Ab | |
| VtE3rUdE6EpEJb57FiohmVe4KSbPw4tkpp3wpO5jv0G/TBiTcnUhyRdqetFZ4Pp7 | |
| Q3Mn3xhOG62WryNcoFGhpaCae0C5S7rYNXru0S7RJCuXmcXertSJ4= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=UD:jpg |
| X-HELO: | mail-wm0-f51.google.com |
| 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-transfer-encoding; bh=9PydKrM+iWB5Yhy2Q0ZJk7hxW9jpeuHmsaHOj01EGRw=; b=CxO8ekdOqHDU6FKOPRkh2ma5Yf7x+VLFhu7bHdkcwzUvQDeqg35uXA+XE6fT5OubXE kG+xDsiry+Bkx9Ig7iM2X6B3Q43F83Dsj08G4eDECzC+9EiA5MX6gZVS0EPzpKqshUKg uEoeCXsuN9QHJouEpdsvWkC4amFoOmWnD1kfqHLtLaYG13LukSFoh8F351qPnR3roHow C1s9YgVhTTQB8eDccwkIs8BhCGiEUrRCgbloZEE18BX7BdnivhyiUFdivK7DaEvuv3Ry nNDwpjSju4oT1VXGuZI5YntMLf2C5b58XAUMJ95Ur3d0Omq/HWUquYlsSCHNHJVx4YtV O/Iw== |
| X-Gm-Message-State: | AODbwcCpUjcJ/hTyE8g73RiB656fuw++uZ9h4Kvhud6gRQOzKhSblTEC QCx37AwFvCu8Gln9yoE= |
| X-Received: | by 10.28.45.13 with SMTP id t13mr758430wmt.98.1496132510769; Tue, 30 May 2017 01:21:50 -0700 (PDT) |
| Subject: | Re: ImageMagick is crashing |
| To: | cygwin AT cygwin DOT com |
| References: | <trinity-18c0b47a-65d5-468a-ad1c-8749dbe5946a-1496129966255 AT 3capp-gmx-bs74> |
| From: | Marco Atzeri <marco DOT atzeri AT gmail DOT com> |
| Message-ID: | <d3e6a406-a41b-e245-56ca-67764f085dd2@gmail.com> |
| Date: | Tue, 30 May 2017 10:21:46 +0200 |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <trinity-18c0b47a-65d5-468a-ad1c-8749dbe5946a-1496129966255@3capp-gmx-bs74> |
| X-IsSubscribed: | yes |
On 30/05/2017 09:39, Axel Heinrici wrote:
> Hello,
>
> I have a problem using ImageMagick in Cygwin.
> Whenever I use a "-crop" in ImageMagick, it is hanging up. It is not generating an error, no output file is created.
>
> The command looks like this:
> convert z06.png -crop 500x500+200+200 test.jpg, where z06.png is a 16 bit black and white image.
> This line is working with the windows installation of image magick. The file is not corrupt. I did work with older versions of cygwins ImageMagick.
>
> Some relevant lines from the shell:
>
> $ identify z06.png
> z06.png PNG 1280x1024 1280x1024+0+0 16-bit sRGB 681KB 0.000u 0:00.004
>
> $ convert -version
> Version: ImageMagick 6.9.5-7 Q16 x86_64 2016-12-23 http://www.imagemagick.org
> Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
> License: http://www.imagemagick.org/script/license.php
> Features: Cipher DPC OpenMP
> Delegates (built-in): autotrace bzlib cairo fftw fontconfig fpx freetype gslib jbig jng jp2 jpeg lcms lzma pangocairo png ps rsvg tiff webp x xml zlib
>
> $ uname -a
> CYGWIN_NT-6.1 HY-RD-16-002L 2.8.0(0.309/5/3) 2017-04-01 20:47 x86_64 Cygwin
>
> $ convert -debug All z06.png -crop 500x500+200+200 test.jpg 2|tail
> 2017-05-30T08:31:54+02:00 0:00.020 0.000u 6.9.5 Configure convert[9380]: utility.c/ExpandFilenames/940/Configure
> Command line: convert {-debug} {All} {z06.png} {-crop} {500x500+200+200} {test.jpg} {2}
> [.....loads of output.....]
> 2017-05-30T08:32:06+02:00 0:00.118 0.109u 6.9.5 Resource convert[10072]: resource.c/AcquireMagickResource/313/Resource
> Memory: 2MB/11.91MiB/15.424GiB
> 2017-05-30T08:32:06+02:00 0:00.118 0.109u 6.9.5 Cache convert[10072]: cache.c/OpenPixelCache/3870/Cache
> open z06.png[0] (Heap Memory, 500x500 1.907MiB)
>
> There is absolutely no further output, no error after the open z06.png...
>
> Best regards,
> Axel Heinrici
>
Hi Alex,
I have no issue on similar size image
$ identify prova.png
prova.png PNG 1200x900 1200x900+0+0 8-bit sRGB 13.3KB 0.000u 0:00.001
$ convert -debug All prova.png -crop 500x500+200+200 prova.jpg
2017-05-30T10:06:54+02:00 0:00.003 0.000u 6.9.5 Configure
convert[11244]: utility.c/ExpandFilenames/940/Configure
Command line: convert {-debug} {All} {prova.png} {-crop}
{500x500+200+200} {prova.jpg}
[very long cut.....]
Memory: 1.5KB/1.907MiB/7.6863GiB
2017-05-30T10:06:54+02:00 0:00.124 0.125u 6.9.5 Cache convert[11244]:
cache.c/DestroyPixelCache/1121/Cache
destroy prova.png[0]
2017-05-30T10:06:54+02:00 0:00.124 0.125u 6.9.5 Resource convert[11244]:
resource.c/RelinquishMagickResource/1005/Resource
Memory: 2MB/0B/7.6863GiB
$ identify prova.jpg
prova.jpg JPEG 500x500 500x500+0+0 8-bit sRGB 15.3KB 0.000u 0:00.001
can you send me, not on the mailing list, a copy of the file z06.png ?
Please also send on the mailing list as attachment your cygcheck.out
as mentioned on https://cygwin.com/problems.html
Regards
Marco
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |