]> git.imager.perl.org - imager.git/blobdiff - Changes
some fixes to double/sample image support
[imager.git] / Changes
diff --git a/Changes b/Changes
index e94d7bce5ef29af55bb97221d7e0b598b529f0b4..69abf5bf39dc7417509aa8cebf9996444406ef07 100644 (file)
--- a/Changes
+++ b/Changes
@@ -514,6 +514,16 @@ Revision history for Perl extension Imager.
         - $img->arc() now calls i_circle_aa() if a complete circle is
           being drawn in a plain color
         - image based fills
+        - unsharp mask
+        - make i_conv() clamp the bottom end of the samples range too
+          (makes it useful for sharpening)
+        - adjust ascender/descender values for FT1.x to avoid losing
+          descenders (specifically the bottom of "g" in ImUgly.ttf or
+          arial.ttf at 14pixels)
+        - Added tga.c to read targa images
+        - Added i_bumpmap_complex to do more accurate bumpmapping
+        - added an image type with doubles as samples
+        - change i_copy() and i_sametype() to handle double/sample images
 
 =================================================================