GithubHelp home page GithubHelp logo

Comments (2)

haraldk avatar haraldk commented on June 20, 2024

Hi Koen,

TwelveMonkeys ImageIO and Commons Imaging provides similar functionality, in that both provides read/write of images and metadata. They both support many of the same formats, and decodes/encodes to/from java.awt.image.BufferedImage.

However, there is an important difference: TwelveMonkeys ImageIO provides plugins for a standard API (the javax.imageio API). It can be extended by and is Interchangeable with other implementations. You can choose the plugins for the formats you need in your application.

While Commons Imaging provides a completely alternative API, and is limited to their own implementation.

TwelveMonkeys ImageIO have no dependencies on Commons Imaging. And there are not other dependencies between them that Iā€™m aware of. It should be possible to use both in the same project, but I'm not sure if it makes sense, as the functionality overlaps, and client code would have to interface with two different APIs.

So to sum up: Should you? No. Would it cause any issue? Probably not, aside from more complicated code. Is it a requirement? Absolutely not. Based on your requirements, I would recommend you choose the one that supports the formats you need and pick the API you prefer to work with (I know what I would choose, but I might be a little biased in this question... šŸ˜‰ ).

from twelvemonkeys.

KoenDG avatar KoenDG commented on June 20, 2024

Thanks for the answer, it's good to be sure of things.

Looking at their code examples, it does seem one needs to import org.apache.commons.imaging.* an access their API to work with it.

So, a separate api, as you say.

from twelvemonkeys.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.