Menu

JImageTaglib / News: Recent posts

JImageTaglib license changed, new features on the way!

JImageTaglib is now LGPL, enjoy it!
New features are almost ready to release, some interesting things are coming: GIF support (including animated and transparent), and much more.

Posted by Fabiano Franz 2005-09-12

JImageTaglib 0.5.1 BETA Release

- Performance improvement (first BETA release);
- Disposable cache for BufferedImages available.

Posted by Fabiano Franz 2003-12-12

JImageTaglib 0.5 Alpha Release

- Performance improvement;
- Customization of BufferedImage cache implementation (BasicCache, TimeoutCache, etc), allowing caching the already rendered images for a specific time, defining cleanup timeout, etc. Allows on-hand cache defining for a specific image, using taglib parameters;
- New pseudo-method for handling the servlet request (prevents problems with GET method).

Posted by Fabiano Franz 2003-12-10

JImageTaglib 0.4 Alpha Release

- Performance inprovement;
- Now JImageTaglib applies the filters, resizers and subimagers in the same order that the tags was declared.
- Reusability improvement.

Posted by Fabiano Franz 2003-12-09

JImageTaglib 0.3 Alpha Release (image pooling)

The 0.3 Alpha Version of JImageTaglib implements a "pool" that caches all the already generated BufferedImages, improving performance.

Posted by Fabiano Franz 2003-09-29

JImageTaglib reported on Java Brazilian sites

JImageTaglib was reported on brazilian Java sites, Javafree.com.br and PortalJava.com.br. Follow the links:
- http://www.javafree.com.br/home/modules.php?name=News&file=article&sid=542
- http://www.portaljava.com.br

Posted by Fabiano Franz 2003-09-19

JImageTaglib 0.2.1 Alpha Release

- Added better exceptions handling;
- Added better javadoc comments.

Posted by Fabiano Franz 2003-09-19

JImageTaglib 0.2 Alpha Release

- New filter effects added;
- Barcode generation support added.

Posted by Fabiano Franz 2003-09-12

JImageTaglib 0.1 Alpha Release

JImageTaglib was released today in its first public version, 0.1 Alpha. The following image handling features are available:

- Applying filter effecs (blur, sharpen, posterize, invert, etc);
- Resizing image (keeping or leaving aspect);
- SubImage feature (show only a x, y,w,h part of the image).

Please report any bugs.

Barcode generation and text / 2D elements coming soon.

Posted by Fabiano Franz 2003-09-11