Issue 505: Support for saving IFF/ILBM format, compatible with Deluxe Paint 3

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1993 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-09-15 18:05:44 +00:00
parent 3ae0ff5edf
commit 56cdbc4c10
7 changed files with 397 additions and 303 deletions

View File

@@ -2190,7 +2190,7 @@ int Load_CFG(int reload_all)
break;
case CHUNK_GRADIENTS: // Infos sur les dégradés
// The gradients chunk is deprecated since the data
// is now loaded/saved in GIF and LBM formats.
// is now loaded/saved in GIF and IFF formats.
// The chunk will be completely ignored.
/*if (reload_all)
{
@@ -2518,7 +2518,7 @@ int Save_CFG(void)
// Sauvegarde des informations des dégradés
// The gradients chunk is deprecated since the data
// is now loaded/saved in GIF and LBM formats.
// is now loaded/saved in GIF and IFF formats.
/*
Chunk.Number=CHUNK_GRADIENTS;
Chunk.Size=14*16+1;