minthantsin / imagelibrary

Automatically exported from code.google.com/p/imagelibrary
Other
0 stars 0 forks source link

[Enhancement] image.Scale(...) #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add methods for scaling images by:

1) new width / height

    image.Scale(200, 100);

2) percent

   image.Scale(1.25);

Original issue reported on code.google.com by fiedler....@gmail.com on 12 Jan 2011 at 2:50

GoogleCodeExporter commented 9 years ago

Original comment by fr3dr...@gmail.com on 30 Mar 2011 at 8:16