Search found 18 matches

by atf4_solace
2019-08-26T05:12:56-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Snibgo, Thanks for the above reply for profile conversion. We have implemented the first solution out three solutions provided above for conversion of ( COLORSPACE CMYK + NO PROFILE ) image to ( COLORSPACE sRGB+ SRGB Profile ) image. We have used the below command for this convert input.jpeg -...
by atf4_solace
2019-08-12T06:18:08-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Snibgo Thanks for the above reply which solve the problem with profile conversion of image and we have installed the LCMS delegate and the -profile operator worked fine We have one more question. We have one CMYK image which does not have any profile with it and colorspace is CMYK. So we have ...
by atf4_solace
2019-07-19T07:19:55-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Snibgo, We are running the below command in Linux shell for applying the sRGB profile. Input image link is below and is CMYK https://solaceinfotech.com/imagic_test/input.jpg convert input.jpeg -profile sRGB.ICC output.jpg And below command works fine convert input.jpeg output.jpg All the three...
by atf4_solace
2019-07-01T06:58:57-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Snibgo, Thanx for the reply I suggest you insert debugging commands in your PHP exec. when debugged like this exec($command,$k1,$k2); $k1 is empty array and $k2 is 0 so 0 means command is running properly without profile conversion What is your current directory? PHP script, sRGB.icc file and ...
by atf4_solace
2019-07-01T05:48:15-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Team, I have below command and input.jpg is CMYK and outputs wants to convert to sRGB output.jpg convert input.jpg -profile sRGB.icc output.jpg Here is the input.jpg https://solaceinfotech.com/imagic_test/input.jpg This command is working fine on windows ImageMagick setup But this command is n...
by atf4_solace
2019-07-01T05:44:35-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Team, I have below command and input.jpg is CMYK and outputs wants to convert to sRGB output.jpg convert input.jpg -profile sRGB.icc output.jpg Here is the input.jpg https://solaceinfotech.com/imagic_test/input.jpg This command is working fine on windows ImageMagick setup But this command is n...
by atf4_solace
2019-06-17T03:53:33-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Snibgo, Thanks for the reply As you mentioned for the ICC file to put in the current directory for that we have downloaded the sRGB.icc file and placed in current directory and conversion of CMYK to RGB worked fine for the provided command and thanks for that :) . We have attached the input im...
by atf4_solace
2019-06-14T05:58:14-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Snibgo, Thanks for the reply, So you mean the image has an sRGB profile and CMYK colorspace??. if it's not correct output so could you please tell us what we have missed? For resized image output that you told we have first made some resizing on image and then used your mentioned command opera...
by atf4_solace
2019-06-13T07:54:43-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Snibgo, Thank you for your reply So we have used your mentioned command for the changing color profile of the image Your mentioned command: magick Channel-digital-image-CMYK-color.jpg -profile sRGB.icc x.jpg The command we used is as below convert input-image.jpeg -profile sRGB.icc output-imag...
by atf4_solace
2019-06-13T05:41:37-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Re: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Thanks for the reply Snibgo Please see below link for an actual input image https://ibb.co/34NHSTs Output image https://ibb.co/HV2vdM1 So basically image is dynamic for command, any image with any colorspace or with a profile can be input image so in that process, CMYK should convert to RGB but with...
by atf4_solace
2019-06-13T05:16:48-07:00
Forum: Users
Topic: Convert image colorspace to rgb from cmyk without affecting image color contrast or color values
Replies: 26
Views: 45064

Convert image colorspace to rgb from cmyk without affecting image color contrast or color values

Hello Team, We are using the Version: ImageMagick 6.9.3-8 Q16 x86_64 2018-06-20 and Platform is LINUX and API is PHP using exec() function. 1. We have one image with colorspace CMYK. Please see below screenshot for that CMYK image http://prntscr.com/o1c13e 2. We have to convert the colorspace of thi...
by atf4_solace
2019-03-26T02:02:23-07:00
Forum: Users
Topic: drawing the complex shapes in imagemagick
Replies: 3
Views: 4489

Re: drawing the complex shapes in imagemagick

Thanks for the reply Snibgo. We just wanted to crop an Image in particular shape and shape is completely dynamic means we store the shape data in the database and we wanted to crop image based on that database data. The shape is not just made from straight lines and it also includes curves in it. Fo...
by atf4_solace
2019-03-22T06:24:05-07:00
Forum: Users
Topic: drawing the complex shapes in imagemagick
Replies: 3
Views: 4489

drawing the complex shapes in imagemagick

Hello Team, We are using the Version: ImageMagick 6.9.3-8 Q16 x86_64 2018-06-20 and Platform is LINUX and API is PHP using exec() function. We are working on drawing shapes in ImageMagick. For drawing B shape we have used below command and shape is completely dynamic based on database settings -draw...
by atf4_solace
2019-02-12T03:28:54-07:00
Forum: Users
Topic: Use pattern image that is repeat image instead background color
Replies: 2
Views: 4029

Use pattern image that is repeat image instead background color

Hello Team, We are using the Version: ImageMagick 6.9.3-8 Q16 x86_64 2018-06-20 and Platform is LINUX and API is PHP using exec() function. We have created the image. We are facing the problem for adding the pattern image as background color we have implemented below frame with single convert comman...
by atf4_solace
2019-02-01T06:32:56-07:00
Forum: Users
Topic: Reduce the image generation time and optimize the imagemagick commands
Replies: 6
Views: 12268

Re: Reduce the image generation time and optimize the imagemagick commands

Thank you for the answer, Anthony

We have followed your suggestions and implemented these
Can we globally reset all settings at once?

Thank You