All Versions
7
Latest Version
Avg Release Cycle
139 days
Latest Release
1952 days ago

Changelog History

  • v0.2.4 Changes

    November 24, 2018

    โœจ Enhancements

    • ๐Ÿ‘ By request of a GitHub user: support for another variant of webp
    • Studied and integrated the webpVP8X format (bitstream animated)
    • โž• Added 2 new tests for animated photos: gif and webp vp8x
  • v0.2.3 Changes

    May 21, 2018

    โœจ Enhancements:

    • By request of a GitHub user: added the type jpg as an alias of jpeg.
  • v0.2.2 Changes

    November 04, 2017

    ๐Ÿ†• News:

    • ๐Ÿ“„ Docs are in the official repo, not in gh-pages branch.
    • โž• Added inch-ci and ebertapp static analysis online tools (0 issues).
    • Repository promoted to the Group4Layers organization.
    • ๐Ÿ†• New "patch" version to include the changes.
  • v0.2.1 Changes

    November 03, 2017

    โœจ Enhancements:

    • Code is improved following credo, solving:
      • 5 software design suggestions.
      • 34 code readability issues.
      • 2 refactoring opportunities.
      • 2 consistency issues.
    • ๐Ÿ”จ Clean code: removed superfluous comments and refactored def to defp when applicable.

    ๐Ÿ†• News:

    • Benchmarks are performed. An image with charts is included to compare famous elixir libraries. ExImageInfo always outperforms.
    • Online tools applied (TravisCI and Coveralls). Badges included.
    • โž• Added ebertapp static analysis online tool.
    • Repository promoted to Group4Layers organization.
    • ๐Ÿ†• New "patch" version to include the changes.
  • v0.2.0 Changes

    June 17, 2017

    โš  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.
  • v0.1.1 Changes

    August 12, 2016

    โœจ Enhancements:

    • โš  Warnings corrected (compiling)

    Statistics:

    • โœ… 34 TDD Tests
    • Code coverage of 97.6%
    • ๐Ÿ‘ 7 image formats supported

    ๐Ÿ†• News:

    • ๐ŸŽ‰ Initial release (published) + Docs (gh-pages)
  • v0.1.0 Changes

    August 11, 2016

    ๐Ÿ†• News:

    • ๐ŸŽ‰ Initial release (pre-publish)