ladybird/Userland/Libraries/LibImageDecoderClient
Lucas CHOLLET 8e2102fb73 ImageViewer: Transform the image's dimension accordingly to the metadata
Exif metadata have two tags to store the pixel density along each axis.
If both values are different and no action is taken, the resulting image
will appear deformed. This commit scales the displayed bitmap
accordingly to these tags in order to show the image in its intended
shape. This unfortunately includes a lot of plumbing to get this
information through IPC.
2024-02-21 08:31:17 +00:00
..
Client.cpp ImageViewer: Transform the image's dimension accordingly to the metadata 2024-02-21 08:31:17 +00:00
Client.h ImageViewer: Transform the image's dimension accordingly to the metadata 2024-02-21 08:31:17 +00:00
CMakeLists.txt Lagom: Port LibImageDecoderClient to Lagom 2023-10-27 07:26:32 +02:00