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.
Coming Soon: CGSmartImage 1.11
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Coming Soon: CGSmartImage 1.11
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Coming Soon: CGSmartImage 1.11
Thanks for this update! Again an essential module.

