Changeset 103316 in vbox for trunk/src/libs/libpng-1.6.42/contrib/tools/makesRGB.c
- Timestamp:
- Feb 12, 2024 3:57:56 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libpng-1.6.42/contrib/tools/makesRGB.c
r96425 r103316 1 1 /* makesRGB.c -- build sRGB-to-linear and linear-to-sRGB conversion tables 2 *3 * Last changed in libpng 1.6.0 [February 14, 2013]4 2 * 5 3 * COPYRIGHT: Written by John Cunningham Bowler, 2013. … … 15 13 * tables and display it. 16 14 */ 15 17 16 #define _C99_SOURCE 1 18 17 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.