Search found 1 match
- 2017-07-23T21:41:48-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Image Stack syntax for COM in VB6
- Replies: 1
- Views: 81691
Image Stack syntax for COM in VB6
How do I get the parenthesis to work in VB6 with the COM dll? convert c:\image2.png c:\image1.png -alpha off +repage ( -clone 0 -clone 1 -compose difference -composite -threshold 0 ) ( -clone 0 -clone 2 -compose multiply -composite ) -delete 0,1 +swap -alpha off -compose copy_opacity -composite ...