Search found 2 matches

by t94j0
2016-06-01T06:21:58-07:00
Forum: Users
Topic: Chopping images without gravity
Replies: 2
Views: 1322

Re: Chopping images without gravity

That works perfectly, thanks!
by t94j0
2016-05-31T13:32:20-07:00
Forum: Users
Topic: Chopping images without gravity
Replies: 2
Views: 1322

Chopping images without gravity

Hello, I have an array of (x,y) coordinate points in python and I would like to remove pixels that correspond to those coordinates. This is my first time using imageMagick, so I'm having some trouble. Right now, I'm using convert -chop 1x1+x+y input.png output.png , but chop moves the image in a ...