Search found 1 match

by samuelpenn
2018-12-31T07:33:52-07:00
Forum: Users
Topic: Merging transparent layers
Replies: 1
Views: 2117

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&qu...