mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-01-12 14:28:20 +00:00
Forgot to add a file
This commit is contained in:
1
tools/imagecon/TODO.txt
Normal file
1
tools/imagecon/TODO.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
1. Look into palette conversion issue
|
||||||
7
tools/imagecon/png.h
Normal file
7
tools/imagecon/png.h
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
extern void
|
||||||
|
png_read(imagecon_image_t* ic, char* file_name);
|
||||||
|
|
||||||
|
extern void
|
||||||
|
png_write(imagecon_image_t* ic, char* file_name);
|
||||||
Reference in New Issue
Block a user