6 Commits (a70511cc4a0be733d7c69abb98f3f27d97c721aa)

Author SHA1 Message Date
Andreas Huggel 55aebc0686 Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
Image::read/writeMetadata and ImageFactory::open now throw Error in case of failure. Applications therefore now need an exception handler for the error handling of such function calls. This should result in shorter and simpler application code.
20 years ago
brad 0cab366ec2 Merges all changes from the insideout branch back into trunk. This includes the IO abstraction code, split-up of image.cpp, and inside-out design change (#402, #403, and #404). 21 years ago
Andreas Huggel 10e7d7d86c Minor change 21 years ago
Andreas Huggel e09052e2d5 Updated examples for use on website, updated tests accordingly 21 years ago
Andreas Huggel c8d9fe0b35 Changed operator hack to be more consistent, added op=(const Value&) 21 years ago
Andreas Huggel 943d942391 Added iptceasy example 21 years ago