|
|
|
| BRIGHTEN (increased) image -brighten 1.5 <in.bmp> out.bmp |
CONTRAST (decreased) image -contrast 0.5 <in.bmp> out.bmp |
SATURATION (decreased) image -saturation 0.5 <in.bmp> out.bmp |
|
|
|
| EXTRACT CHANNEL
(red, 1) image -extractChannel 1 <in.bmp> out.bmp |
CROP (at point 20,30
to w and h 75,100) image -crop 20 30 75 150 <in.bmp> out.bmp |
QUANTIZE (max quantization) image -quantize 1 <in.bmp> out.bmp |
|
|
|
| ADD RANDOM NOISE image -noise 0.5 <in.bmp> out.bmp |
RANDOM DITHER image -randomDither 2 <in.bmp> out.bmp |
ORDERED DITHER image -orderedDither 2 <in.bmp> out.bmp |
|
|
|
| FLOYD-STEINBERG DITHER image -FloydSteinbergDither 2 <in.bmp> out.bmp |
BLUR image -blur 10 <in.bmp> out.bmp |
SHARPEN image -sharpen 7 <in.bmp> out.bmp |
|
|
| EDGE DETECT image -edgedetect <in.bmp> out.bmp |
FUN (SILKSCREEN) image -fun <in.bmp> out.bmp |
|
|
| SCALE (decreased) image -scale 0.5 0.5 <in.bmp> out.bmp |
ROTATE (angle of 5 degrees) image -rotate 5 <in.bmp> out.bmp |
|
|
|
| POINT SAMPLING image -sampling 0 <in.bmp> out.bmp |
BILINEAR SAMPLING image -sampling 1 <in.bmp> out.bmp |
GAUSSIAN SAMPLING image -sampling 2 <in.bmp> out.bmp |