X-Git-Url: https://cads.iiap.res.in/gitview/?p=fits2jpeg.git;a=blobdiff_plain;f=src%2Ffits2jpeg.h;fp=src%2Ffits2jpeg.h;h=a96f9fb21f4b3f989c9e37a4f804505f42e72fd4;hp=1389f6b5c1f06608a10cc6b9a919ca8cd0dcb756;hb=60d065b23a2bdd48da5b8ef3ce591b7b0313c979;hpb=e31da38fa70e45758bd0c82b124c018c25e78e23 diff --git a/src/fits2jpeg.h b/src/fits2jpeg.h index 1389f6b..a96f9fb 100644 --- a/src/fits2jpeg.h +++ b/src/fits2jpeg.h @@ -47,4 +47,5 @@ void set_signals(void); void printinfo(const char *); void printwarn(const char *); void printerro(const char *); -void scale_image(int, int, float *, JSAMPLE *); +void scale_pixels(int, unsigned int, float *, JSAMPLE *); +void resize_image(long *, long *, float, JSAMPLE *);