1 bug fix:
Defer raising exception until wrapped by rb_ensure. (nocode)
1 bug fix:
Fixed memory leak in the ReOrient function. (Blargel/abnerqian)
1 minor enhancement:
Extract out orientation logic and add it to with_image_from_memory. (bhenderson)
2 bug fixes:
Fixed thumbnail float imprecision errors. (jdelStrother)
Switched to using tmpdir for INLINEDIR to avoid failures in CI environments w/o homedirs
1 minor enhancement:
Extended build to look for homebrew setup (hcatlin)
2 bug fixes:
Fixed 1.9 warnings, clang warnings, etc…
Fixed compilation error when ruby’s config mandates C89 style decls. (nocode)
2 minor enhancements:
Added luis’ patches to make it build properly on windows.
with_image now raises on missing/bad files.
7 minor enhancements:
Moved quick_thumb to bin/image_science_thumb and properly added.
Added -s (square) flag to bin/image_science_thumb
Added autorotating on image load. (choonkeat)
Added ruby_inline to clean globs
Added with_image_from_memory. (sumbach)
Switched to minitest.
Updated rakefile for now hoe capabilities.
3 bug fixes:
Check and convert to 24 BPP if save type is jpg. Caused by 32bpp png to jpg.
Fixed 1.9isms
Fixed BMP support. Tweaked whitespace.
2 minor enhancements:
Added quick_thumb as an example to look at.
Error handler doesn’t raise by default. Raises if $DEBUG==true.
2 bug fixes:
reports bad height/width values for resize
explicitly removes ICC color profiles from PNGs (bug in freeimage).
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
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 major enhancement
Birthday!
Generated with the Darkfish Rdoc Generator 2.