|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there some software I can use to quickly write text on an image using
a template so that the font, line spacing, line position etc., are
always the same? I could do this using HTML and screen captures, but I
want something even easier than that.
I want to write statistics to the image, such as file name, render time
and other notes I want to keep track of. This is meant as an alternative
to using the comments section of image properties. Thanks.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Le 09/02/2015 21:12, Mike Horvath a écrit :
> Is there some software I can use to quickly write text on an image using
> a template so that the font, line spacing, line position etc., are
> always the same? I could do this using HTML and screen captures, but I
> want something even easier than that.
>
> I want to write statistics to the image, such as file name, render time
> and other notes I want to keep track of. This is meant as an alternative
> to using the comments section of image properties. Thanks.
Me think about imagemagick tools (command line, unix).
A port of it might exist for windows. Now mastering imagemagick is
something totally different, so better find a tutorial on the web about
what you want to do.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 09.02.2015 um 22:06 schrieb Le_Forgeron:
> Le 09/02/2015 21:12, Mike Horvath a écrit :
>> Is there some software I can use to quickly write text on an image using
>> a template so that the font, line spacing, line position etc., are
>> always the same? I could do this using HTML and screen captures, but I
>> want something even easier than that.
>>
>> I want to write statistics to the image, such as file name, render time
>> and other notes I want to keep track of. This is meant as an alternative
>> to using the comments section of image properties. Thanks.
>
> Me think about imagemagick tools (command line, unix).
> A port of it might exist for windows. Now mastering imagemagick is
> something totally different, so better find a tutorial on the web about
> what you want to do.
Imagemagick is what first comes to my mind, too. Windows binaries can be
found here:
http://www.imagemagick.org/script/binary-releases.php#windows
As for the described use case, this page might be a good place to start:
http://www.imagemagick.org/Usage/text/#label_lines
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 2/9/2015 10:22 PM, clipka wrote:
> Imagemagick is what first comes to my mind, too. Windows binaries can be
> found here:
>
> http://www.imagemagick.org/script/binary-releases.php#windows
>
> As for the described use case, this page might be a good place to start:
>
> http://www.imagemagick.org/Usage/text/#label_lines
>
I am familiar with ImageMagick, but I wouldn't consider it quick and easy.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|