Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I feel as though when doing this about 2 years ago my profiles were being applied with this code, now they are not. Source image has no profile according to identify, neither does the converted one.
-profile my profile.icc should be moved outside the parenthesis and placed just before the output image, if you want the profile to be added to the output.
Please always provide you IM version and platform when asking questions on this forum.
Thanks for the quick reply, I'll give it a shot. The version is in the post above, Windows OS
Wow the version I am using looks to be the ancient one, my bad- putting the -profile at the end is not working either. Weird thing is that I know this was working properly earlier because I had matched prints from IM and different software using the same profile.
Is your profile in the same place as the directory from which you issued your convert command? If not, then put the full path to your profile. Are you sure you have that profile existing on your system?
Ah Fred, I should not do coding at the end of the work day because I get sloppy- your initial advice worked, which is also the second post you did. I appreciate your help and patience