Search found 7 matches

by cyklop
2013-03-11T23:48:18-07:00
Forum: IMagick
Topic: Detect broken icc Profiles
Replies: 0
Views: 5805

Detect broken icc Profiles

Hi folks,

is there a way to detect invalid icc profiles? Programms like Photoshop detect those profiles and allows the user to ignore them.
by cyklop
2012-10-22T01:00:08-07:00
Forum: IMagick
Topic: problems while resample image / image resolution = 0
Replies: 0
Views: 6064

problems while resample image / image resolution = 0

Hi folks, I ran into trouble while resampling this https://rapidshare.com/files/1943993516/H1145_ST10.zip image with following code: $im = new Imagick("H1145_ST10.jpg" ); $arrImageInfo['resolution'] = $im->getImageResolution(); $arrImageInfo['resolutionUnit'] = $im->getImageUnits(); $im->r...
by cyklop
2012-04-01T22:33:27-07:00
Forum: IMagick
Topic: Clone method deprecated?
Replies: 2
Views: 10227

Re: Clone method deprecated?

Same Problem here, did you found something?
by cyklop
2011-09-18T22:57:03-07:00
Forum: IMagick
Topic: Drawing a CMYK Image
Replies: 1
Views: 6931

Drawing a CMYK Image

Hi, I wonder if there is a way of drawing a cmyk Image. new ImagickPixel('cmyk(0,100,0,0)'); This will create a CMYK color, but if I use this color to draw a rectangle or anything else, and analyse this afterwards in Photoshop, the used color is a way different of what i setup at first. $image = new...
by cyklop
2010-10-25T04:23:32-07:00
Forum: IMagick
Topic: CMYK to RGB
Replies: 5
Views: 16140

Re: CMYK to RGB

Did you found a solution?
by cyklop
2010-06-10T23:06:36-07:00
Forum: IMagick
Topic: PDF page number
Replies: 1
Views: 6995

Re: PDF page number

Code: Select all

$objImage = new Imagick('test.pdf[5]');
will load page nr.6
by cyklop
2010-06-10T22:53:03-07:00
Forum: IMagick
Topic: pdf transparency
Replies: 0
Views: 4902

pdf transparency

Hi, I'm trying to make a thumbnail of any kind of pdf. If the pdf has any kind of transparency I will put a checkerboard behind the image to show the user that there is a transparency. But IM is automaticly changing the transparency into white. If I open the same pdf with PS I can see the transparen...