Bug 23244 - New ImageSizeSelector
Summary: New ImageSizeSelector
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.7.0
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: 1.8.0
Assignee: Ant Notifications List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2003-09-18 12:09 UTC by Rob Oxspring
Modified: 2009-08-25 06:55 UTC (History)
0 users



Attachments
zip file including build.xml/default.properties patch + new class (4.34 KB, application/octet-stream)
2003-09-18 12:11 UTC, Rob Oxspring
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Oxspring 2003-09-18 12:09:49 UTC
The patch to follow adds a new selector to ant that allows images files to be 
selected based on the size of the image.  The original usecase has been to 
create thumbnail images only for images over a certain size, and then just 
copy the rest rather than scale them up to "thumbnail" size.

Unfortunately I've yet to get to grips with the bed making and mirror cleaning 
of the selector tests so there's no testcase as yet.
Comment 1 Rob Oxspring 2003-09-18 12:11:21 UTC
Created attachment 8273 [details]
zip file including build.xml/default.properties patch + new class
Comment 2 Stefan Bodewig 2009-08-25 06:55:49 UTC
sorry to see this six years to late: your zip is missing the actual selector, it only contains the testcase