Search found 64 matches

by graemeNPS
2014-01-10T14:19:53-07:00
Forum: Developers
Topic: conversion of roundshot d3 DNG files to jpg come out purple
Replies: 0
Views: 4048

conversion of roundshot d3 DNG files to jpg come out purple

We use ImageMagick to extract a preview and thumbnail from a wide variety of image formats. We have some files shot with roundshot d3 that are purple when converted. These files were downloaded by our QA from the web. We hope to not be violating any copyright by testing with them. Any ideas on how w...
by graemeNPS
2014-01-10T14:02:29-07:00
Forum: Developers
Topic: large files crashes convert, identify, dlls
Replies: 6
Views: 10218

Re: large files crashes convert, identify, dlls

we had some success with a couple of large files by turning on /largeaddressaware in the linker:system section of the exe build (VS2010).
by graemeNPS
2013-12-06T10:11:37-07:00
Forum: Developers
Topic: large files crashes convert, identify, dlls
Replies: 6
Views: 10218

Re: large files crashes convert, identify, dlls

Hi, limit does not help. Tried to limit map, area, memory and none of them fixed the issue. Any other ideas? Moving to 64 bit is problematic at this time. BTW, I am curious why your documentation mention GB and GiB, MB and MiB. Is there any difference? It seems inconsistent. (these are the limits on...
by graemeNPS
2013-12-03T10:57:05-07:00
Forum: Developers
Topic: large files crashes convert, identify, dlls
Replies: 6
Views: 10218

Re: large files crashes convert, identify, dlls

Hi, I tried with the latest 32bit version, and still fail on the largest files, using the command line tools. I have permission from the customer to share two of the files with you. they are at: ftp.northplains.com user:publicforum pwd:543publicforum123 dir: /imagemgick the tifs are from the custome...
by graemeNPS
2013-11-30T09:49:21-07:00
Forum: Developers
Topic: large files crashes convert, identify, dlls
Replies: 6
Views: 10218

large files crashes convert, identify, dlls

Our customers are throwing some very large TIFF files at our software; in the range of 500MB - 1.2GB. These are crashing in our usage of 32bit Q8 6.8.5 IM (dll) version. The images also crash convert, identify, and IMDisplay Version: ImageMagick 6.8.5-5 2013-05-07 Q8 http://www.imagemagick.org Copyr...
by graemeNPS
2012-06-14T07:25:31-07:00
Forum: Developers
Topic: PSDs with alpha channels and masks don't generate thumbnail
Replies: 3
Views: 7249

Re: PSDs with alpha channels and masks don't generate thumbn

C:\Users\Administrator\Desktop\psdtest>convert -version Version: ImageMagick 6.7.7-6 2012-06-03 Q8 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP Tried this version, same results, with and without profiles and alpha off. convert -resize 512x512 ...
by graemeNPS
2012-06-12T14:50:32-07:00
Forum: Developers
Topic: PSDs with alpha channels and masks don't generate thumbnail
Replies: 3
Views: 7249

PSDs with alpha channels and masks don't generate thumbnail

files for this posting are zipped in tsod13.zip at: ftp.northplains.com publicforum 543publicforum123 see directory ImageMagick Our customr complains that Imagemagick does not properly convert the psds in this directory to jpgs. The PSD files in /work are OK. Versions of our command line are in cmdl...
by graemeNPS
2011-11-22T09:20:25-07:00
Forum: Developers
Topic: PSD to PCX conversion shows black
Replies: 1
Views: 4540

PSD to PCX conversion shows black

When I convert the file mentioned from psd to pcx, the resulting PCX image is completely black. I have tried several flavours of convert 119.psd 119.pcx but the result is never what I want. Photoshop and IrfanView both saved a usable image. Any ideas on how to convert the image would be appreciated....
by graemeNPS
2011-11-22T09:10:55-07:00
Forum: Developers
Topic: AI Illustrator file does not render correctly
Replies: 5
Views: 20727

Re: AI Illustrator file does not render correctly

Sorry, I just noticed I never thanked you for your efforts.
Thanks a lot.
graeme
by graemeNPS
2011-02-28T13:05:59-07:00
Forum: Developers
Topic: AI Illustrator file does not render correctly
Replies: 5
Views: 20727

Re: AI Illustrator file does not render correctly

Thanks for the help, but it still isn't working for me. In our dll, we assemble the following convert command, substituting in the input and output files: convert -auto-orient -size 1224x792 msd_ko.ai[0] -alpha Off -resize 512x512 -profile "C:\Program Files\IPieces\profiles\sRGB.icm" +prof...
by graemeNPS
2011-02-25T12:58:39-07:00
Forum: Developers
Topic: AI Illustrator file does not render correctly
Replies: 5
Views: 20727

AI Illustrator file does not render correctly

We use ImageMagick built with static libs, 8 bit (based on ImageMagick-6.5.9) in our dll to convert a variety of image formats to jpg for use as thumbnails/previews. We have an AI file that ImageMagick does not render correctly via our dll. It also cannot be displayed correctly in imdisplay.exe, irf...
by graemeNPS
2011-02-09T15:18:11-07:00
Forum: Developers
Topic: AI Illustrator file show hidden layers
Replies: 0
Views: 4126

AI Illustrator file show hidden layers

I am using IM and ghostscript 8.15 to convert Illustrator AI files to jpgs. I find that layers that are hidden in Illustrator app appear in the converted jpg. Does anybody know if there is a way to have ghostscript hide the layers that are hidden in Illustrator? I tried with GS9.00 using gsview 4.9 ...
by graemeNPS
2010-07-19T13:44:37-07:00
Forum: Developers
Topic: IM does not open a psd file
Replies: 3
Views: 8547

Re: IM does not open a psd file

In 6.5.9 this value is defined: #define MaxPSDChannels 24 so the sample image (which has 42 channels) was failing in this code: psd_info.channels=ReadBlobMSBShort(image); if (psd_info.channels > MaxPSDChannels) ThrowReaderException(CorruptImageError,"MaximumChannelsExceeded"); In 6.6.3, th...
by graemeNPS
2010-07-19T12:27:15-07:00
Forum: Developers
Topic: build problems with vc6 using ImageMagick-6.6.3
Replies: 0
Views: 4657

build problems with vc6 using ImageMagick-6.6.3

- built IM 6.6.3 in Visual Studio 6. (VC++6.0) - checked static Multi-threaded runtimes - unchecked Generate Visual Studio 7 format - clicked edit "magick-config.h" saved this change: #define MAGICKCORE_QUANTUM_DEPTH 8 -> generated VisualStaticMT, There were many more errors than when I la...
by graemeNPS
2010-06-18T13:27:20-07:00
Forum: Developers
Topic: IM does not open a psd file
Replies: 3
Views: 8547

IM does not open a psd file

We use ImageMagick with static libs, 8 bit (based on ImageMagick-6.5.9) in a dll to convert a variety of image formats to jpg for use as thumbnails. We have a PSD file that ImageMagick will not open via our dll. It also cannot be displayed correctly in imdisplay.exe (6.6.1-Q8). It opens fine in Phot...