implement frames save and open from ppi
This commit is contained in:
@@ -29,7 +29,11 @@ struct PPIThumb
|
||||
struct PPIDocVersion
|
||||
{
|
||||
int major = 0;
|
||||
int minor = 2;
|
||||
|
||||
// version 1: initial
|
||||
// version 2: added blend mode, alpha and visibility
|
||||
// version 3: added animation frames
|
||||
int minor = 3;
|
||||
};
|
||||
|
||||
struct PPISoftVersion
|
||||
|
||||
Reference in New Issue
Block a user