updated resizer
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
#define GIF_READER_H
|
||||
|
||||
#include "Reader.h"
|
||||
class Filter;
|
||||
class GIF: public Reader
|
||||
{
|
||||
public:
|
||||
bool Read(FILE *f, Resizer *resizer, char error[1024]);
|
||||
bool Read(FILE *f, Filter *pOutput, char error[1024]);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user