Page 1 of 1

mogrify crashes on Vista x64 when using Sharpen

Posted: 2009-03-20T10:25:05-07:00
by jtaubman
If I issue the following command, mogrify crashes (windows error below). Removing the sharpen element prevents the error and the new file is created correctly. Please can some one tell me what I am doing wrong.

Code: Select all

"C:\Program Files (x86)\ImageMagick-6.5.0-Q8\mogrify.exe"   -virtual-pixel mirror  -resize "900x600!" -sharpen 0x1.00 -bordercolor "rgb(100.00%,100.00%,100.00%)"  -background "rgb(100.00%,100.00%,100.00%)"  -gravity northwest -extent 900x600 -border 2x2 -bordercolor "rgb(0%,0%,0%)"  -background "rgb(0%,0%,0%)"  -gravity northwest -extent 904x667 -border 27x27  -font "Georgia" -undercolor  "rgba(0, 0, 0, 0.0)" -gravity South -fill "rgba(100%,100%,100%,1.00)"  -density 72 -pointsize 24 -annotate 0x0+0+0 "" -density 240  -quality 100  -strip  "C:\Users\JANE\AppData\Local\Temp\LR-12.jpg"
Problem signature:
Problem Event Name: APPCRASH
Application Name: mogrify.exe
Application Version: 2.0.0.0
Application Timestamp: 49bfdcca
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a783
Exception Code: c00000fd
Exception Offset: 0002f1cf
OS Version: 6.0.6001.2.1.0.256.6
Locale ID: 2057
Additional Information 1: c052
Additional Information 2: 17c6addc5d707bf5c992ac90e936d0f9
Additional Information 3: 4eea
Additional Information 4: 84a1735f25e31de75a2186de68e1350e

Re: mogrify crashes on Vista x64 when using Sharpen

Posted: 2009-03-20T12:09:23-07:00
by magick
The virtual-pixel of mirror is the culprit. We will have a patch for this problem within a day or two. Thanks.

Re: mogrify crashes on Vista x64 when using Sharpen

Posted: 2009-03-20T12:43:17-07:00
by jtaubman
Thanks for the quick response. I will keep an eye out of a new version.