Files
ladybird/Userland/Utilities
Nico Weber da243ebb8b image: Use Error::from_string_view() for errors
...instead of warn() + manual return.

Before:

    % Build/lagom/bin/image -o out.asdf in.png
    can only write .bmp, .png, .ppm, and .qoi

Now:

    % Build/lagom/bin/image -o out.asdf in.png
    Runtime error: can only write .bmp, .png, .ppm, and .qoi

That doesn't look worse, and it's less code (and makes moving the
code into helper functions easier).
2024-01-25 15:53:44 +01:00
..
2024-01-21 21:54:51 -05:00
2024-01-07 15:42:35 +01:00
2024-01-13 19:01:07 -07:00
2024-01-16 08:42:34 +00:00