linpeixun / thumbnailator

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

Reorganize the packages #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem
-------
* There are many classes in the net.coobird.thumbnailator package which would 
be more appropriate if they were placed in their own packages. Currently, there 
are classes with different responsibilities in the same package.

Proposal
--------
* Move the following classes to the following packages:

net.coobird.thumbnailator.util?
 * BufferedImages

net.coobird.thumbnailator.geometry
 * Coordinate
 * Position
 * Positions

net.coobird.thumbnailator.rename?
 * Rename

Complications
-------------
* This will lead to changes to the API which will not be backward compatible.

Original issue reported on code.google.com by coobird...@gmail.com on 30 Oct 2010 at 3:46

GoogleCodeExporter commented 9 years ago
Non-backward compatible changes to the API will be made as part of the 
Thumbnailator 0.3.0 release.

Original comment by coobird...@gmail.com on 23 Dec 2010 at 4:41

GoogleCodeExporter commented 9 years ago
This issue has been addressed in Thumbnailator 0.3.0.

Original comment by coobird...@gmail.com on 9 Jan 2011 at 10:24