delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/30/03:39:49

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:mime-version:message-id:from:to:subject
:content-type:date; q=dns; s=default; b=RcyP6SeF57DhzKL7SXEG/GDD
+o8o/QU0AE+ZmYjwKuK+rTCOqScLL97poImaXxrmAw81corxbXFTUR3z89c/jPq9
nRlJiHZI3MkimDg7Oz1FletXmmUKBfXdzwGvpQAq+M9ZVShx6XzLsl9pcpI4m19E
62XjJG9Z0/nsvhu3W5Q=
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:mime-version:message-id:from:to:subject
:content-type:date; s=default; bh=u2QmXYGNwAa+I7JiuQLnFwG/hk0=; b=
UhwunH2nyoUStlMHcA0Pk8ktakwE0rsE3rG5vNr7JzdYuIZd9/qyyB4U8JUoVniH
kWhRNrUBNyyhaTwAUj45KSmhZnKZZER4nBSungm7815tXrrK9HbqTMLMiCC4Y0RY
gsyonuWmOTK9lAFgFRSChuKb8cTA0sG9mfxPWyjlg7g=
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.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=delegates, LLC, UD:jpg, 940
X-HELO: mout.gmx.net
MIME-Version: 1.0
Message-ID: <trinity-18c0b47a-65d5-468a-ad1c-8749dbe5946a-1496129966255@3capp-gmx-bs74>
From: "Axel Heinrici" <DerAxel AT gmx DOT de>
To: cygwin AT cygwin DOT com
Subject: ImageMagick is crashing
Date: Tue, 30 May 2017 09:39:26 +0200
Sensitivity: Normal
X-UI-Out-Filterresults: notjunk:1;V01:K0:bkyoPE8gf5I=:3WduC/BTN7JE0Z4K5HNOjV aCOBHO6SyLfZAaYMNNcfhoHQYP/8U/H16qB8CJUqCLT/PhYDLdT/9YWpFRl0oWFanE7CQZB0Z r+yZG2iNmeVJyaPvSqnWvvjStnKCeY0nSbloVWM9U87NGpSa6Ikuhr1chhw4JiBVWUHmCW5rA +yjnn99b1tol8auyodUAx5xBobUlnGa6082mWcbAts9YQTkTVMx9BEyvpDe2U3dJZE8UbEoNT jzstem5jbvxcV1J/u8Xfh7Ccm7ZEdM1z4WN+7p6srHpRdV9V5NvtjbvhniO2kktm6DZT/NpVD NA9r6ADdfTH5MI5g++n9zjcDByu80UzN6hWgYDx2GAmqwkCA5/9EsNueyQRdjA1SzI7HiMTHY x1xAofL0OkDEoXoay1cyxegN07/yT8rBNcf/S4VqcGYDIt6IpW2BwDO9f6IUW4YRgDPzHm299 JuFwyfn98A==
X-IsSubscribed: yes

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

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019