Search found 4 matches
- 2016-07-01T01:30:55-07:00
- Forum: Consulting
- Topic: CYMK PDF, AI or EPS to PNG
- Replies: 11
- Views: 45978
Re: CYMK PDF, AI or EPS to PNG
Thanks a lot to both of you, especially for the last comment explaining about vector images. I got the code working now, colorspace had to be set before reading the files. I've updated the original post in Stackoverflow.
- 2016-06-29T05:36:17-07:00
- Forum: Consulting
- Topic: CYMK PDF, AI or EPS to PNG
- Replies: 11
- Views: 45978
Re: CYMK PDF, AI or EPS to PNG
If you need cmyk with transparency, then you cannot output to png, but you can output to tif. So this works for me I think you've maybe misunderstood the question? I do not need CMYK with transparency, I need a PNG (thumbnail) with transparency from a user uploaded CYMK PDF, EPS or AI file. This ...
- 2016-06-27T23:52:30-07:00
- Forum: Consulting
- Topic: CYMK PDF, AI or EPS to PNG
- Replies: 11
- Views: 45978
Re: CYMK PDF, AI or EPS to PNG
This is what we are doing, but it's unfortunately not working with the conversion. I Have been told this a possible bug? We can't force our users to covert CYMK to sRGB before they upload their files. Here is the snippet of code I'm using to convert to sRBG: $f = $_FILES['imageLoader']['name']; $im ...
- 2016-06-27T03:12:36-07:00
- Forum: Consulting
- Topic: CYMK PDF, AI or EPS to PNG
- Replies: 11
- Views: 45978
CYMK PDF, AI or EPS to PNG
When a user uploads a CMYK vector file either as a PDF, AI or EPS. I want to extract a small PNG without a white background or colour loss for use in a browser. However this could actually be a bug I have posted all the information to describe this problem here: http://stackoverflow.com/questions ...