Search found 7 matches

by trangtv04110
2014-12-05T01:18:56-07:00
Forum: IMagick
Topic: View a Image has mode Indexed color in Photoshop CS5 but is RGB in PS CC
Replies: 6
Views: 15914

Re: View a Image has mode Indexed color in Photoshop CS5 but is RGB in PS CC

Thank you all.

I want the image was created is RGB and it will display exactly at all Photoshop version.

It seems difficult :(
by trangtv04110
2014-11-19T02:43:06-07:00
Forum: IMagick
Topic: View a Image has mode Indexed color in Photoshop CS5 but is RGB in PS CC
Replies: 6
Views: 15914

View a Image has mode Indexed color in Photoshop CS5 but is RGB in PS CC

Hi,
I have a web application used Imagick to generate image.
Then I open the image width Photoshop CS5, view Image mode, it is Indexed color
But if I open the image width Photoshop CC, view Image mode, it is RGB color.

The image here:

Image

Can someone help me ?
by trangtv04110
2014-08-05T01:44:05-07:00
Forum: IMagick
Topic: How to create MPC file in php code
Replies: 0
Views: 6580

How to create MPC file in php code

How to create MPC file from a image in php code?
Can you give me an example?
Thanks
by trangtv04110
2014-06-30T03:30:52-07:00
Forum: IMagick
Topic: How to convert image from CMYK to RGB
Replies: 0
Views: 6254

How to convert image from CMYK to RGB

How to convert image from CMYK to RGB width Imagick (php code)
by trangtv04110
2014-03-31T00:53:28-07:00
Forum: IMagick
Topic: Artifacts around logo when used imagick compositeimage
Replies: 4
Views: 9761

Re: Artifacts around logo when used imagick compositeimage

Thanks for your help.
I think it is because jpeg. If I used png, it not happens.
But I want to use jpeg, not png. Is there a solution here?
by trangtv04110
2014-03-30T21:05:12-07:00
Forum: IMagick
Topic: Artifacts around logo when used imagick compositeimage
Replies: 4
Views: 9761

Artifacts around logo when used imagick compositeimage

Line code: $top->compositeImage($logo, Imagick::COMPOSITE_OVER, $left_padding, $top_padding);

When I used composite method, it appear strange things around source image
Please see links:
http://screencast.com/t/8aBR7d9J
http://screencast.com/t/SmfaGfN3B

Help me !!!