Coming Soon: CGSmartImage 1.11
Posted: Sun Jul 14, 2013 5:16 pm
I gave CGSmartImage some love this week and went through the active bug items,and feature requests and implemented alot. Including:
- A new (simple) Sharpen Filter
- A fixed and revised ResizeToFit Filter
- now works properly and intuitively with transparent images
- will upscale (add borders around images) properly.
- Code cleanups
- CGSI now roughly tries to estimate memory requirements for image processing on large images.
- Rationalization between the max_width/height and width/height parameters
-- The max_ parameters take precedence
-- The noauto parameter will ensure that your width/height parameters are not adjusted
- Other optimzations (there's now only one final filter, so max_width/height won't add one, and width/height parameters add another).
- More.
I am just waiting on translations now and will release in a few days.
- A new (simple) Sharpen Filter
- A fixed and revised ResizeToFit Filter
- now works properly and intuitively with transparent images
- will upscale (add borders around images) properly.
- Code cleanups
- CGSI now roughly tries to estimate memory requirements for image processing on large images.
- Rationalization between the max_width/height and width/height parameters
-- The max_ parameters take precedence
-- The noauto parameter will ensure that your width/height parameters are not adjusted
- Other optimzations (there's now only one final filter, so max_width/height won't add one, and width/height parameters add another).
- More.
I am just waiting on translations now and will release in a few days.