Inquiry: resize, sharpen, frame and write text in img frame
Posted: 2012-03-09T19:58:20-07:00
Hello,
I hope someone can help me to get started with ImageMagick so that the output pretty much equals the image shown here (my image at my website):
http://bit.ly/zZmuJx
I'd like to use ImageMagick in a way so that it processes a given image in TIF or JPG format the following way, eventually also to process a batch of images in a given folder.
-convert to a width of max. 1000px and a height of max. 800px depending on the orientation (landscape or portrait) of the image being processed.
-convert from 16bit Adobe RGB or ProPhotoRGB to 8 bit sRGB (perceptual)
-sharpen the image
-put a border color #222222 of 1px all around the image
-put a frame of 30 pix width with color #666666 all around the image (including the just created border)
-inside the bottom of this frame write a predefined text with one variable text element the filename of the image processed. Something like: Copyright 2012, Name, http://WEB-sitename, Name of the image file processed.
-save as jpg or png
An almost exact example for expected output is show at the beginning of the post.
Thanks for your feedback.
Hans
I hope someone can help me to get started with ImageMagick so that the output pretty much equals the image shown here (my image at my website):
http://bit.ly/zZmuJx
I'd like to use ImageMagick in a way so that it processes a given image in TIF or JPG format the following way, eventually also to process a batch of images in a given folder.
-convert to a width of max. 1000px and a height of max. 800px depending on the orientation (landscape or portrait) of the image being processed.
-convert from 16bit Adobe RGB or ProPhotoRGB to 8 bit sRGB (perceptual)
-sharpen the image
-put a border color #222222 of 1px all around the image
-put a frame of 30 pix width with color #666666 all around the image (including the just created border)
-inside the bottom of this frame write a predefined text with one variable text element the filename of the image processed. Something like: Copyright 2012, Name, http://WEB-sitename, Name of the image file processed.
-save as jpg or png
An almost exact example for expected output is show at the beginning of the post.
Thanks for your feedback.
Hans