banan-os/LibImage
Bananymous e6549b0fe8 LibImage: Implement (bi)cubic interpolation
This is kind of slow but yields much nicer results compared to
(bi)linear interpolation. I should probably add gamma correction...
2024-06-15 23:05:10 +03:00
..
include/LibImage LibImage: Implement (bi)cubic interpolation 2024-06-15 23:05:10 +03:00
CMakeLists.txt LibImage: Move userspace image parsing to its own library 2024-06-14 11:05:54 +03:00
Image.cpp LibImage: Implement (bi)cubic interpolation 2024-06-15 23:05:10 +03:00
Netbpm.cpp LibImage: Implement image resize using nearest or bilinear filters 2024-06-15 17:23:24 +03:00