ex_image_info v0.2.0 Release Notes

Release Date: 2017-06-17 // almost 7 years ago
  • โš  Warnings:

    • Use with caution the formats ico, jp2 and the family pnm. They are implemented without following other libraries (just reading the specs - sometimes working with old drafts like jp2). You can support this library by providing more tests and image fixtures or requesting other variants to be tested.

    โœจ Enhancements:

    • The guessing function is ordered by global usage usage of image file formats, but still keeping png as the first one.
    • Added support for ico, jp2 (jpeg 2000) and the collection of pnm (pbm, pgm and ppm)
    • ico gets the dimensions of the largest image contained (not the first found)

    Statistics:

    • โœ… 54 TDD Tests
    • Code coverage of 98.3%
    • ๐Ÿ‘ 10 image formats supported

    ๐Ÿ†• News:

    • ๐Ÿ†• New minor version (0.2.0) due to the three new image formats supported.