Search found 1 match

by cajun20/20
2017-12-21T10:54:20-07:00
Forum: Users
Topic: Center align object in a image
Replies: 8
Views: 12156

Re: Center align object in a image


Perhaps you want to effectively trim to the shoe but then back off the trim by a certain amount, say 10 pixels. Windows BAT script:
rem Trim, but back off the trim.

set SRC=shoe.jpg
set OUT=s.jpg

set delta=10

for /F "usebackq tokens=1-4 delims=x+" %%A in (`%IM%convert ^
%SRC% -fuzz 10 ...