So I have the following code working as expected:
convert -background white -fill black -font Arial -density 600 -pointsize 18 label:name name.jpg
convert -composite -geometry +500+3400 -flatten "file.tif" name.jpg -flatten -resample 300 -colorspace sRGB -strip -interlace none -gaussian-blur 0.05 ...
Search found 3 matches
- 2015-06-14T02:50:48-07:00
- Forum: Users
- Topic: Refactoring two
- Replies: 1
- Views: 1035
- 2015-06-11T21:43:02-07:00
- Forum: Users
- Topic: DstOver w transparent tif issue in PS
- Replies: 2
- Views: 1538
Re: DstOver w transparent tif issue in PS
Hi guys figured this out.
I created an alpha channel for the transparent area and saved the file in PS with no layers, but with alpha channel, and then set the composite to -alpha set. Works!
like this
composite -alpha set -compose Dst_Over -gravity center "src_image.tif" "dst_image_trans.tif ...
I created an alpha channel for the transparent area and saved the file in PS with no layers, but with alpha channel, and then set the composite to -alpha set. Works!
like this
composite -alpha set -compose Dst_Over -gravity center "src_image.tif" "dst_image_trans.tif ...
- 2015-06-11T20:40:43-07:00
- Forum: Users
- Topic: DstOver w transparent tif issue in PS
- Replies: 2
- Views: 1538
DstOver w transparent tif issue in PS
Hi all.
I have two tif files that i am compositing using DstOver.
One has transparency and one does not.
This appears to work perfectly when I preview and print the images just using the preview tool in windows.
composite -compose Dst_Over -gravity center "src_image.tif" "dst_image_trans.tif ...
I have two tif files that i am compositing using DstOver.
One has transparency and one does not.
This appears to work perfectly when I preview and print the images just using the preview tool in windows.
composite -compose Dst_Over -gravity center "src_image.tif" "dst_image_trans.tif ...