Sha256: 3b6f2f59a935c3cf6c0fc00df3ead3ddda06b749cc0a5fdbc10a7026021cf57c

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

== 1.1.3 / 2007-05-30

* 2 minor enhancements:
  * Added quick_thumb as an example to look at.
  * Error handler doesn't raise by default. Raises if $DEBUG==true.

== 1.1.2 / 2007-04-18

* 2 bug fixes:
  * reports bad height/width values for resize
  * explicitly removes ICC color profiles from PNGs (bug in freeimage).

== 1.1.1 / 2007-03-08

* 5 minor enhancements:
  * Added error handler that raises with information about what went wrong.
  * thumbnail is now pure ruby, everything now uses resize.
  * Produces cleaner JPEG files, with a small cost to file size/speed.
  * resize now uses Catmull-Rom spline filter for better quality.
  * resize copies existing ICC Profile to thumbnail, producing better color.
  * ICC Profile NOT copied for PNG as it seems to be buggy.
* 1 bug fix:
  * Fixed rdoc

== 1.1.0 / 2007-01-05

* 3 major enhancements:
  * Added resize(width, height)
  * Added save(path)
  * All thumbnail and resize methods yield instead of saving directly.
* 1 minor enhancement:
  * Will now try to use FreeImage from ports if /opt/local exists.
* 2 bug fixes:
  * Fixed the linker issue on PPC.
  * Rakefile will now clean the image files created by bench.rb

== 1.0.0 / 2006-12-01

* 1 major enhancement
  * Birthday!

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
carlosnz-image_science-1.1.3.1 History.txt
carlosnz-image_science-1.1.3 History.txt
image_science-1.1.3 History.txt