mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibGfx: Rename JPGLoader
to JPEGLoader
The patch also contains modifications on several classes, functions or files that are related to the `JPGLoader`. Renaming include: - JPGLoader{.h, .cpp} - JPGImageDecoderPlugin - JPGLoadingContext - JPG_DEBUG - decode_jpg - FuzzJPGLoader.cpp - Few string literals or texts
This commit is contained in:
parent
ab298ca106
commit
856d0202f2
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/LucasChollet
Commit: 856d0202f2
Pull-request: https://github.com/SerenityOS/serenity/pull/17529
14 changed files with 118 additions and 118 deletions
|
@ -18,6 +18,6 @@ in a raw binary format for further examination.
|
|||
```sh
|
||||
# Convert a PNG image to raw bitmap
|
||||
$ image2bin example.png > example.bin
|
||||
# Convert a JPG image to raw bitmap
|
||||
# Convert a JPEG image to raw bitmap
|
||||
$ image2bin another_example.jpg > another_example.bin
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue