Search found 1 match
- 2018-12-31T07:33:52-07:00
- Forum: Users
- Topic: Merging transparent layers
- Replies: 1
- Views: 2149
Merging transparent layers
I have a script which takes an XCF file and converts it to a PNG at a given scale. The XCF consists of three layers - all have transparency, and the bottom layer is set to have 50% opacity. The command I am using is this: convert -background none -layers merge -scale "$size"x"$size" "$src" "$dst" I ...