image icon indicating copy to clipboard operation
image copied to clipboard

Decoder chain should output specific error messages instead of the generic "Unable to decode input"

Open olivervogel opened this issue 2 years ago • 1 comments

Solution approach (draft).

Premature termination of the decoder chain by “final” DecoderException, if it is clear that no further decoder will be successful.

For example

  • Input is string
  • Input is file path
  • File path is not an image (no further decoding attempts necessary!)

olivervogel avatar Dec 09 '23 18:12 olivervogel

is it fixed or not ?

kamranlhr30 avatar Aug 15 '24 12:08 kamranlhr30