Search found 11 matches
- 2013-02-07T12:25:57-07:00
- Forum: Users
- Topic: Having trouble converting to a profile with a tiff file
- Replies: 6
- Views: 7015
Re: Having trouble converting to a profile with a tiff file
I did run across this but I wasn't sure I wanted to strip all the metadata from the file. Seemed a bit extreme.
- 2013-02-07T10:19:59-07:00
- Forum: Users
- Topic: Having trouble converting to a profile with a tiff file
- Replies: 6
- Views: 7015
Re: Having trouble converting to a profile with a tiff file
Hi, I have put a sample tiff here http://www.premieraerials.com/temp/sample.tif The verbose option seems to indicate only one layer. In photoshop there is the main layer and two text layers. The image currently has Adobe 1998 as the profile. It is important to note that when the conversion to ...
- 2013-02-06T12:11:15-07:00
- Forum: Users
- Topic: Having trouble converting to a profile with a tiff file
- Replies: 6
- Views: 7015
Re: Having trouble converting to a profile with a tiff file
Thanks for the reply. I tried reordering the convert and I get the same results. The reason I believe the main tiff image isn't layered is because we have older tiff reading software that doesn't support that feature and they reaad just fine. I also know that adobe owns the rights to the ...
- 2013-02-06T11:08:20-07:00
- Forum: Users
- Topic: Having trouble converting to a profile with a tiff file
- Replies: 6
- Views: 7015
Having trouble converting to a profile with a tiff file
Hi, I am having trouble with converting to a profile with a tiff file. By the way the tiff file was saved out of photoshop and it has layers. I am using the following command. convert -profile someprofile.icc input.tif output.tif This runs fine. The problem I am having is when I open the converted ...
- 2011-05-23T22:22:31-07:00
- Forum: IMagick
- Topic: Problem reading svg files
- Replies: 6
- Views: 17926
Re: Problem reading svg files
I tried upgrading to rsvg 2.32, reinstalled ImageMagick and it still threw the same error when I tried reading a svg file. So I am still stumped, I can't figure out why the convert works but not Imagick. I can't find any settings that I would need to put in the php config.
Thanks
Thanks
- 2011-05-23T15:04:08-07:00
- Forum: IMagick
- Topic: Problem reading svg files
- Replies: 6
- Views: 17926
Re: Problem reading svg files
I figured imagick had the same svg capabilites as convert. I am not sure how imagemagick is different from imagick. The past few days I was trying to install the rsvg package to fix a problem where the original convert of a svg image with a rotation was screwed up. I installed the rsvg and I couldn ...
- 2011-05-23T14:46:33-07:00
- Forum: IMagick
- Topic: Problem reading svg files
- Replies: 6
- Views: 17926
Re: Problem reading svg files
I'm not entirely sure what you mean. The error is actually being thrown when it is being read in. Are you saying I should set the Imagick instance up first and adding some parameters before I try reading in the file?
Thanks
Thanks
- 2011-05-23T12:21:13-07:00
- Forum: IMagick
- Topic: Problem reading svg files
- Replies: 6
- Views: 17926
Problem reading svg files
Hi, I am having trouble reading svg files in a php script. I am trying the following $img = new Imagick($svgFile); $canvas->compositeImage( $img, imagick::COMPOSITE_OVER, 0, 0 ); and I am getting the following error PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode ...
- 2011-03-03T19:36:25-07:00
- Forum: Users
- Topic: Trouble with permissions and temp files
- Replies: 3
- Views: 14545
Re: Trouble with permissions and temp files
Thanks for the reply. I think there may be a misunderstanding of the problem This isn't a directory that I am trying to use. This is a working directory that imagemagick is creating and using when it is first starting to be used. I had a hard time even finding the cause of the problem because most ...
- 2011-03-02T23:33:25-07:00
- Forum: Users
- Topic: Trouble with permissions and temp files
- Replies: 3
- Views: 14545
Trouble with permissions and temp files
Hi, I am having trouble with the permissions on some temp files that imagemagick is trying to use. The version is ImageMagick 6.6.5-0 2010-12-15 Q16 Platform if osx 10.5 on ppc I am getting the following errors PHP Fatal error: Uncaught exception 'ImagickException' with message 'unable to write blob ...
- 2010-05-17T08:42:46-07:00
- Forum: Users
- Topic: How do I create transparent text
- Replies: 1
- Views: 8876
How do I create transparent text
I am trying to create a file with a transparent background and transparent text. I would like to have the text white but have it be a tranparency of 35%. I have tried a lot of things and I can't seem to be able to get it to work. Below is where I am at. I am using label because I don't know what the ...