Search found 27 matches

by the-ninth
2016-10-20T23:22:07-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Re: Issue with profiles after update to IM 7

I believe "-profile" needs LCMS. "convert -version" should list LCMS as a built-in delegate. Thanks for the hint, then that may be the issue. My hosting web server does not list LCMS in the delegates. Will ask my provider about it. Version: ImageMagick 7.0.2-5 Q16 x86_64 2016-08...
by the-ninth
2016-10-20T22:23:57-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Re: Issue with profiles after update to IM 7

try magick source.jpg +write profile.icc null: magick source.jpg -strip -profile profile.icc target.jpg Also tried this suggestion, but the result is the same. The first command correctly writes the profile, but still, after the second, target.jpg does not contain the profile. Even when I split it ...
by the-ninth
2016-10-20T21:44:47-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Re: Issue with profiles after update to IM 7

I'd need the binary.
by the-ninth
2016-10-20T12:36:19-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Re: Issue with profiles after update to IM 7

Just installed ImageMagick 7.0.3-4 Q16 x64 on my home PC and there it works as well. So either it is something related to version 7.0.2-5 Q16 x86_64 or it has something to do with the setup of my web hosting server. Is there a way to download 7.0.2-5 somewhere for Windows? I could only find 7.0.3-4 ...
by the-ninth
2016-10-20T12:09:27-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Re: Issue with profiles after update to IM 7

With +write the result is the same.

The file can be found at: http://www.the-ninth.com/test/source.jpg

With IM 6.6 everything works as expected with the same source file.

Thanks for your support!
by the-ninth
2016-10-20T11:48:37-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Re: Issue with profiles after update to IM 7

OK, my bad, /usr/bin/magick actually exists. Version is 7.0.2-5 Q16 x86_64. /usr/local/bin/convert or magick does not exist. Using the commands without path gives me the same version. In any case, switching from convert to magick does not solve the issue. I still don't get the color profile in the t...
by the-ninth
2016-10-20T05:55:13-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Re: Issue with profiles after update to IM 7

Thanks. Cannot finde the magick command on my server, have to check with the hosting company how I can access it. There is a /usr/bin/convert, but there is no /usr/bin/magick. Since I do not have full access to the server I cannot check myself. In any case, with IM 7, should convert not be just an a...
by the-ninth
2016-10-20T01:22:38-07:00
Forum: Users
Topic: Issue with profiles after update to IM 7
Replies: 15
Views: 7109

Issue with profiles after update to IM 7

Hi, My website's server was previously using IM 6 but the hoster has now upgraded to IM 7. Since then some code that I used for profile handling does not work anymore. With IM 6 I used the following command to export a color profile from a source file, strip away all meta data and then include the p...
by the-ninth
2016-04-01T10:43:25-07:00
Forum: Users
Topic: Which color profile for greyscale JPEG?
Replies: 4
Views: 3270

Re: Which color profile for greyscale JPEG?

Thanks!
by the-ninth
2016-04-01T09:20:01-07:00
Forum: Users
Topic: Which color profile for greyscale JPEG?
Replies: 4
Views: 3270

Re: Which color profile for greyscale JPEG?

Hi Snibgo,

Thanks for your response! Do you have an idea how I could detect if an image is grey-scale in the first place? My code needs to be able to handle both color and grey-scale pictures.

Regards, Robert
by the-ninth
2016-04-01T05:17:09-07:00
Forum: Users
Topic: Which color profile for greyscale JPEG?
Replies: 4
Views: 3270

Which color profile for greyscale JPEG?

Hi, I have a question in reference to this old thread: https://www.imagemagick.org/discourse-server/viewtopic.php?t=16699 Basically I have the same issue as discussed in the first three posts in the thread. I downsize an image using ImageMagick and retain the embedded color profile. For black&wh...
by the-ninth
2013-12-08T14:41:17-07:00
Forum: Users
Topic: Calling convert from PHP, how to get return code?
Replies: 2
Views: 4130

Re: Calling convert from PHP, how to get return code?

Thanks!

Somehow my issue stopped occurring by itself. But next time it happens I'll try that code. :)
by the-ninth
2013-12-08T13:06:26-07:00
Forum: Users
Topic: Calling convert from PHP, how to get return code?
Replies: 2
Views: 4130

Calling convert from PHP, how to get return code?

Hi, I am calling the convert command line program from PHP with the following command: exec( $cmd, $output = array(), $return_var ); $cmd has the full command line, e. g.: /usr/bin/convert "photos_gallery/2010-01-05_Myanmar/RP_2010-01-09_0920_01_thumb.jpg" -write temp/307_thumb_h240.icc -r...
by the-ninth
2011-10-12T18:02:19-07:00
Forum: Users
Topic: Can IM define output levels as in Photoshop?
Replies: 9
Views: 16765

Re: Can IM define output levels as in Photoshop?

Hi Fred,

Thanks a lot, that is very useful!

Cheers, Robert
by the-ninth
2011-10-10T01:27:08-07:00
Forum: Users
Topic: Can IM define output levels as in Photoshop?
Replies: 9
Views: 16765

Re: Can IM define output levels as in Photoshop?

Thanks guys, I'll try these commands.

Cheers, Robert