Search found 2 matches
- 2019-08-08T10:43:54-07:00
- Forum: Users
- Topic: Want to clear a corner of a PNG
- Replies: 2
- Views: 7287
Re: Want to clear a corner of a PNG
The region method works perfectly, thank you!
- 2019-08-07T17:06:23-07:00
- Forum: Users
- Topic: Want to clear a corner of a PNG
- Replies: 2
- Views: 7287
Want to clear a corner of a PNG
Given a PNG filled with color, how do I clear the top left corner so that it's just transparent? I can achieve this in MacOS's Preview by selecting an area and pressing delete. What I imagined would work - convert 3.png -strokewidth 0 -fill transparent -draw "rectangle 0,0 30,30 " output.png Version ...