Search found 64 matches

by graemeNPS
2009-07-29T11:00:49-07:00
Forum: Bugs
Topic: crash if invalid modifed time in image file, IM 6.4.6
Replies: 4
Views: 9746

Re: crash if invalid modifed time in image file, IM 6.4.6

Thanks for the quick response.

Our client will not allow use of their file for testing. If we can recreate the issue on an in-house file, I will let you know, otherwise, when we get the patch, I will test using the client's file and let you know the result.
by graemeNPS
2009-07-28T12:47:37-07:00
Forum: Bugs
Topic: crash if invalid modifed time in image file, IM 6.4.6
Replies: 4
Views: 9746

crash if invalid modifed time in image file, IM 6.4.6

We have a tif file, generated on a Mac, whose modified time is invalid in Windows. We are using ImageMagick to extract a jpg thumbnail from the tif. In a windows folder, if I right click the file name and check out its properties, all are OK except modified, which is reporte thus: Modified: Tuesday,...
by graemeNPS
2009-01-19T14:20:59-07:00
Forum: Users
Topic: linker problems
Replies: 0
Views: 3169

linker problems

I am using ImageMagick (IM) v6.3.4 libs to do image processing in my application. When I build release libs in Visual Studio 2003 (VC7), I can link without errors to the resulting IM libs from my application, also built using VC7. When I build debug libs in VC7, I get linker errors when I try to lin...
by graemeNPS
2009-01-12T15:04:03-07:00
Forum: Users
Topic: Extract JPG from DNG
Replies: 1
Views: 6699

Extract JPG from DNG

I am trying to extract a jpg thumbnail and a jpg resized image from a DNG file by calling Imagemagick (v6.3.4 - Windows) from a running program to do the conversion. I am using a command similar to the following (also tested on the command line, same result): >convert cpySrc.dng -auto-orient -colors...