Search found 7 matches

by draxil
2019-02-20T07:51:14-07:00
Forum: Users
Topic: ICC profile and dpx settings
Replies: 5
Views: 11197

Re: ICC profile and dpx settings

Thanks for this it was a real help.
by draxil
2014-04-01T05:12:42-07:00
Forum: Bugs
Topic: Times-Roman in ps coder
Replies: 0
Views: 3806

Times-Roman in ps coder

Hi, We used image macick sometimes and our app is very font sensitive. The ps coder always includes: /Times-Roman findfont pointsize scalefont setfont In the postscript output. This is a pain for us as this unnessacery font load causes issues when we use the postscript output. I've been patching thi...
by draxil
2013-09-23T13:58:04-07:00
Forum: Bugs
Topic: MagickReadImageBlob misidentifies an EPT as a PAM
Replies: 6
Views: 7489

Re: MagickReadImageBlob misidentifies an EPT as a PAM

Wow. Excellent. Thanks!
by draxil
2013-09-23T08:33:46-07:00
Forum: Bugs
Topic: MagickReadImageBlob misidentifies an EPT as a PAM
Replies: 6
Views: 7489

Re: MagickReadImageBlob misidentifies an EPT as a PAM

Glad it's not just me, I should have mentioned all my tests were on Debian linux boxes.
by draxil
2013-09-23T02:26:04-07:00
Forum: Bugs
Topic: MagickReadImageBlob misidentifies an EPT as a PAM
Replies: 6
Views: 7489

Re: MagickReadImageBlob misidentifies an EPT as a PAM

Sure. The original image I used was actually a client's data, but seemingly I can reproduce it with any old eps that has the binary preview header: http://digitalhippy.me.uk/testimage As it happens with this one it seems to identify it as a PNG when I load it from a blob, and again correctly if I lo...
by draxil
2013-09-20T08:48:23-07:00
Forum: Bugs
Topic: MagickReadImageBlob misidentifies an EPT as a PAM
Replies: 6
Views: 7489

MagickReadImageBlob misidentifies an EPT as a PAM

Hi, If I read a postscript with a binary header with MagickReadImageBlob and then do MagickGetImageFormat it mis-identifies it as a PAM. If I open the same image file directly with MagickReadImage it correctly identifies it as an EPT. This is in 6.8.6-10. On an older server running 6.6.0 I can run t...
by draxil
2011-11-17T05:34:32-07:00
Forum: Bugs
Topic: Segmentation fault loading PDF - OSX, threaded, magickwand
Replies: 1
Views: 5901

Segmentation fault loading PDF - OSX, threaded, magickwand

Hi, I have some code which uses the glib threadpool API and the ImageMagick magick wand api. It runs on Linux and OSX and mostly deals with EPS and PDF formats. On OSX when running in a thread and loading a PDF I get a segmentation fault. Using the same code under linux I do not. If I load other for...