Hi folks,
is there a way to detect invalid icc profiles? Programms like Photoshop detect those profiles and allows the user to ignore them.
Search found 7 matches
- 2013-03-11T23:48:18-07:00
- Forum: IMagick
- Topic: Detect broken icc Profiles
- Replies: 0
- Views: 6061
- 2012-10-22T01:00:08-07:00
- Forum: IMagick
- Topic: problems while resample image / image resolution = 0
- Replies: 0
- Views: 6236
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 ...
- 2012-04-01T22:33:27-07:00
- Forum: IMagick
- Topic: Clone method deprecated?
- Replies: 2
- Views: 10535
Re: Clone method deprecated?
Same Problem here, did you found something?
- 2011-09-18T22:57:03-07:00
- Forum: IMagick
- Topic: Drawing a CMYK Image
- Replies: 1
- Views: 7130
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 ...
- 2010-10-25T04:23:32-07:00
- Forum: IMagick
- Topic: CMYK to RGB
- Replies: 5
- Views: 16677
Re: CMYK to RGB
Did you found a solution?
- 2010-06-10T23:06:36-07:00
- Forum: IMagick
- Topic: PDF page number
- Replies: 1
- Views: 7181
Re: PDF page number
Code: Select all
$objImage = new Imagick('test.pdf[5]');
- 2010-06-10T22:53:03-07:00
- Forum: IMagick
- Topic: pdf transparency
- Replies: 0
- Views: 5043
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 ...