libnative-utilities/include/png/UnfilterUp.hpp

13 lines
215 B
C++
Raw Normal View History

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