How can I share an image?
with image.scale ?
thank
how square an image?
Re: how square an image?
ok! !!
Code: Select all
image.read( "pippo.jpg" );
Geometry geom(64,64,0,0);
geom.aspect(true);
image.sample(geom);
image.write( "antonio.jpg" );