--- !ruby/object:Gem::Specification name: free-image version: !ruby/object:Gem::Version version: 0.5.0 prerelease: platform: ruby authors: - Charlie Savage autorequire: bindir: bin cert_chain: [] date: 2011-08-31 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ffi requirement: &22083624 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.10 type: :runtime prerelease: false version_requirements: *22083624 - !ruby/object:Gem::Dependency name: hanna-nouveau requirement: &22083396 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *22083396 - !ruby/object:Gem::Dependency name: open4 requirement: &22083120 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *22083120 description: ! " FreeImage is an Open Source library project for developers who would like to support\n popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by\n today's multimedia applications. FreeImage is easy to use, fast, multithreading\n safe, compatible with all 32-bit or 64-bit versions of Windows, and\n cross-platform (works both with Linux and Mac OS X).\n" email: executables: [] extensions: [] extra_rdoc_files: [] files: - HISTORY - LICENSE - free-image.gemspec - Rakefile - cookbook.rdoc - README.rdoc - lib/free-image/bitmap.rb - lib/free-image/enums/color_types.rb - lib/free-image/enums/dithers.rb - lib/free-image/enums/filters.rb - lib/free-image/enums/formats.rb - lib/free-image/enums/image_types.rb - lib/free-image/errors.rb - lib/free-image/modules/conversions.rb - lib/free-image/modules/helper.rb - lib/free-image/modules/icc.rb - lib/free-image/modules/information.rb - lib/free-image/modules/modify.rb - lib/free-image/modules/pixels.rb - lib/free-image/modules/transforms.rb - lib/free-image/palette.rb - lib/free-image/scanline.rb - lib/free-image/sources/abstract_source.rb - lib/free-image/sources/file.rb - lib/free-image/sources/io.rb - lib/free-image/sources/memory.rb - lib/free-image/types/boolean.rb - lib/free-image/types/complex.rb - lib/free-image/types/ffi.rb - lib/free-image/types/rgb16.rb - lib/free-image/types/rgba16.rb - lib/free-image/types/rgbaf.rb - lib/free-image/types/rgbf.rb - lib/free-image/types/rgb_quad.rb - lib/free-image/types/rgb_triple.rb - lib/free-image.rb - test/cookbook.rb - test/images/gradient.png - test/images/lena.png - test/images/lena.tiff - test/images/lena_flipped.png - test/images/lena_rescale_bicubic.png - test/images/lena_rescale_bilinear.png - test/images/lena_rescale_box.png - test/images/lena_rescale_bspline.png - test/images/lena_rescale_catmullrom.png - test/images/lena_rescale_lanczos3.png - test/images/lena_rotate_45.png - test/images/lena_rotate_ex_45_masked.png - test/images/lena_rotate_ex_45_mirrored.png - test/images/lena_rotate_ex_45_top_left.png - test/images/lena_thumbnail.png - test/images/lena_thumbnail_border_enlarge.png - test/images/lena_thumbnail_border_paste.png - test/images/lena_thumbnail_border_scanline.png - test/images/not_an_image.txt - test/images/sample.png - test/images/sample_composite_color.png - test/test_bitmap.rb - test/test_conversions.rb - test/test_file.rb - test/test_free_image.rb - test/test_helper.rb - test/test_information.rb - test/test_io.rb - test/test_memory.rb - test/test_modify.rb - test/test_palette.rb - test/test_pixels.rb - test/test_rgb_quad.rb - test/test_scanline.rb - test/test_suite.rb - test/test_transforms.rb homepage: licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Ruby Bindings for the Free Image Library test_files: - test/test_bitmap.rb - test/test_conversions.rb - test/test_file.rb - test/test_free_image.rb - test/test_helper.rb - test/test_information.rb - test/test_io.rb - test/test_memory.rb - test/test_modify.rb - test/test_palette.rb - test/test_pixels.rb - test/test_rgb_quad.rb - test/test_scanline.rb - test/test_suite.rb - test/test_transforms.rb