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?".
Videomajk wrote: ↑2017-03-10T15:57:53-07:00The problem is that I want to type the ITPC value in all caps, ragardles of how the value is typed in the image metadata. Is there a way to do this?
IM doesn't have a way to do that, but... There are several fonts that are all caps. Most seem to have at least small differences between the upper and lower case version of each character, but depending on your need, that might not be an issue. There are also various font design and editing programs, some of which are supposed to be fairly easy to use. Constructing your own font by using the same set of characters for both upper and lower case might be an option.
Keep in mind that the font you use doesn't have to be actually installed on your system to work in IM. You can simply call the font file by name into your command using something like "... -font "path/to/the_font.ttf" ...".
In Unix, you can pipe the output of your EXIF or IPTC data to sed to change the text to all caps in line. I do not know if that works in Windows. Or extract the text data, convert to all caps and save to a variable and then use the variable to annotate your image. So something like