Separate ICC profile loading into a separate file.
This cuts out some duplicate code, and enables us to reuse this logic for PNG, JPEG, and any other future output format. sanei_load_icc_profile also allows us to know that an ICC profile file is not long enough before we start to write it to the output; this should prevent poorly-written software from overflowing into image data when they read the bad profile based on its length.
frontend/sicc.c
0 → 100644
frontend/sicc.h
0 → 100644
Please register or sign in to comment