mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Less blurry thumbnail scaling
This commit is contained in:
@@ -52,6 +52,8 @@ void *ptif_pack(pixel *src, int w, int h, int *result_size);
|
||||
|
||||
pixel *ptif_unpack(void *datain, int size, int *w, int *h);
|
||||
|
||||
pixel *resample_img_nn(pixel *src, int sw, int sh, int rw, int rh);
|
||||
|
||||
pixel *resample_img(pixel *src, int sw, int sh, int rw, int rh);
|
||||
|
||||
pixel *rescale_img(pixel *src, int sw, int sh, int *qw, int *qh, int f);
|
||||
|
Reference in New Issue
Block a user