Search found 3 matches

by HarryS
2016-09-02T00:57:19-07:00
Forum: Users
Topic: Imprint Identify output into image
Replies: 7
Views: 2389

Re: Imprint Identify output into image

Thanks, identify -verbose r.tiff >t.txt convert r.tiff -background None -size 5000x5000 -fill white -gravity Center label:@t.txt -layers merge withtext.tiff works for me perfectly. This brings me to another question: How can I embedd a histogram into these images (instead of the identify output) ?
by HarryS
2016-09-01T12:02:24-07:00
Forum: Users
Topic: Imprint Identify output into image
Replies: 7
Views: 2389

Re: Imprint Identify output into image

Thanks,

I am using IM 7 on a Win64 DOS shell.

I want the stats embedded in pixeldata, images are about 5000x5000 pixels.
I guess snibgos solution with caption: will work for me. Will try tomorrow.
by HarryS
2016-09-01T09:13:17-07:00
Forum: Users
Topic: Imprint Identify output into image
Replies: 7
Views: 2389

Imprint Identify output into image

Hi,

I am new to IM and I have a folder with some hundred images that need to be analysed.
I want IM to create copies of these images with the imprinted information of the "indetify -verbose image.tif" output.

How to do that ?

Thanks !!