libnative-utilities/include/png/UnfilterNone.hpp

13 lines
197 B
C++
Raw Permalink Normal View History

2024-08-15 18:40:30 +08:00
#ifndef UNFILTERNONE_H
#define UNFILTERNONE_H
class UnfilterNone{
public:
unsigned char* unfilter(unsigned char* currentLine, unsigned int dataLength);
};
#endif // UNFILTERNONE_H