Search found 4 matches
- 2019-05-30T21:23:05-07:00
- Forum: Users
- Topic: Image border size calculated from image size
- Replies: 8
- Views: 6451
Re: Image border size calculated from image size
@snibgo + fmw42: Perfect. It works now. Thanks !!!
- 2019-05-30T12:34:25-07:00
- Forum: Users
- Topic: Image border size calculated from image size
- Replies: 8
- Views: 6451
Re: Image border size calculated from image size
@snibgo:
really? That way?
"C:\Program Files\ImageMagick-7.0.8-Q16\magick.exe" magick %1 -bordercolor Black -border 50%x50% -font Gadugi -pointsize 36 -fill white -gravity southwest -annotate 0x0+64+10 "%%[EXIF:ImageDescription]" -gravity southeast -annotate 0x0+64+10 "TEXT" %1b.jpg"
really? That way?
"C:\Program Files\ImageMagick-7.0.8-Q16\magick.exe" magick %1 -bordercolor Black -border 50%x50% -font Gadugi -pointsize 36 -fill white -gravity southwest -annotate 0x0+64+10 "%%[EXIF:ImageDescription]" -gravity southeast -annotate 0x0+64+10 "TEXT" %1b.jpg"
- 2019-05-30T12:10:34-07:00
- Forum: Users
- Topic: Image border size calculated from image size
- Replies: 8
- Views: 6451
Re: Image border size calculated from image size
version 7.0.8-Q16
I need to calculate some parameters from size of image. But imageMAgick documentation seems very poor to me. I'm not able to find: how to calculate, where get image size, etc.... So I try some examples but without success.
"-border 0x0+64+10" works.
I need to calculate "min ...
I need to calculate some parameters from size of image. But imageMAgick documentation seems very poor to me. I'm not able to find: how to calculate, where get image size, etc.... So I try some examples but without success.
"-border 0x0+64+10" works.
I need to calculate "min ...
- 2019-05-30T11:51:56-07:00
- Forum: Users
- Topic: Image border size calculated from image size
- Replies: 8
- Views: 6451
Image border size calculated from image size
Some parameters calculated. But something is wrong:
OS Windows 7 pro.
ImageMagick 7.0.8Q16
Constant parameters (first -annotate) work:
convert %1 -bordercolor Black -border 64x64 -font Gadugi -pointsize 36 -fill white -gravity southwest -annotate 0x0+64+10 "%%[EXIF:ImageDescription]" -gravity ...
OS Windows 7 pro.
ImageMagick 7.0.8Q16
Constant parameters (first -annotate) work:
convert %1 -bordercolor Black -border 64x64 -font Gadugi -pointsize 36 -fill white -gravity southwest -annotate 0x0+64+10 "%%[EXIF:ImageDescription]" -gravity ...