Skip to content
firepick1 (localhost) edited this page Sep 29, 2016 · 2 revisions

Crops current pipeline image to given (x,y,width,height) rectangle

Pipeline

{"op":"crop","x":0,"y":0,"width":64,"height":64}

Stage Model

{}

Example 1: Duck eyes pipeline

firesight -i img/duck.jpg -p json/crop.json -o crop.png -Dx=50 -Dy=75 -Dwidth=100 -Dheight=50

Pixel: 3ms

duck.jpg →

crop.png →

See Also

Clone this wiki locally