imcdonagh / image4j

The image4j library allows you to read and write certain image formats in 100% pure Java.
Other
78 stars 38 forks source link

Release a version that includes the better error handling from Feb 2015 #2

Closed william-ferguson-au closed 7 years ago

william-ferguson-au commented 8 years ago

Any plans to cut another release?

imcdonagh commented 8 years ago

Hi @william-ferguson-au, can you elaborate on the 'better error handling' you mentioned in the title of this issue?

william-ferguson-au commented 8 years ago

I can't recall the details now. My recollection is that one of the commits made in Feb 2016 provides much better information about the cause of failure when it fails to open an Icon because the Icon had been created with/without compression.

imcdonagh commented 8 years ago

If you had a sample problem icon file to test with, I could take a look and see how the error handling could be improved. Let me know if that works for you.

william-ferguson-au commented 8 years ago

Sorry I don't.

MY recollection is that the error handling in master is just fine now. Just not in the most recent release. I needed to build from HEAD in order to determine the problem with the icon.

That's why I was asking about plans to cut a release.

imcdonagh commented 7 years ago

I know it's a while since this exchange, but for what it's worth, I just pushed release 0.7.2 to Sourceforge, which brings the releases up to date with the fixes in the Github repo.