Search found 4 matches

by kaigan
2012-05-21T07:58:01-07:00
Forum: IMagick
Topic: Black point compensation
Replies: 0
Views: 5703

Black point compensation

Is there any way to enable black point compensation using Imagick (currently on 3.0.1)
I can see no reference to this anywhere, any help appreciated.

Best regards,
kaigan
by kaigan
2012-03-19T00:56:45-07:00
Forum: IMagick
Topic: Error when reading from mpc
Replies: 5
Views: 13956

Re: Error when reading from mpc

That should have no problems what so ever, and that is exactly how it is ment to be used. I myself use it between seperate IM commands (from the same shell script) What version of IM is it? Note I can not run IMagick API myself. :-( I'm running Imagemagick 6.5.4.7-5.el6 (also stated in my first ...
by kaigan
2012-03-15T00:44:04-07:00
Forum: IMagick
Topic: Error when reading from mpc
Replies: 5
Views: 13956

Re: Error when reading from mpc

NOTE a MPC: image is just a 'memory dump' of the image, which can be later directly 'paged-in' without needing parsing or decoding. It is already in memory format. However MPC files are ONLY suitable for the exact ImageMagick program that produced it. Any re-compile of even the same version of ...
by kaigan
2012-03-13T02:44:31-07:00
Forum: IMagick
Topic: Error when reading from mpc
Replies: 5
Views: 13956

Error when reading from mpc

Hi! I am doing several different transformations on a single source (e.g. different sizes of the source) and therefore I thought it be a good idea to store the original in a temporary mpc-file when processing to speed up the process a bit. However I get the following error when trying to read from ...