tiff_im2im.c (libgd-2.2.4) | : | tiff_im2im.c (libgd-2.2.5) | ||
---|---|---|---|---|
#ifdef _WIN32 | ||||
#include <stdio.h> | ||||
int main() | ||||
{ | ||||
printf("skip"); | ||||
return 0; | ||||
} | ||||
#else | ||||
#include "gd.h" | #include "gd.h" | |||
#include "gdtest.h" | #include "gdtest.h" | |||
int main() | int main() | |||
{ | { | |||
gdImagePtr src, dst; | gdImagePtr src, dst; | |||
int r, g, b; | int r, g, b; | |||
void *p; | void *p; | |||
int size = 0; | int size = 0; | |||
int status = 0; | int status = 0; | |||
skipping to change at line 73 | skipping to change at line 65 | |||
printf("pixels changed: %d\n", result.pixels_changed); | printf("pixels changed: %d\n", result.pixels_changed); | |||
} | } | |||
gdImageDestroy(dst); | gdImageDestroy(dst); | |||
door1: | door1: | |||
gdFree(p); | gdFree(p); | |||
door0: | door0: | |||
gdImageDestroy(src); | gdImageDestroy(src); | |||
return status; | return status; | |||
} | } | |||
#endif | ||||
End of changes. 2 change blocks. | ||||
8 lines changed or deleted | 0 lines changed or added |