|
Krita Source Code Documentation
|
Functions | |
| int | compress (const char *input, int unpacked_len, char *dst, int maxout) |
| QByteArray | compress (const QByteArray &data) |
| QByteArray | decompress (const QByteArray &data, int expected_length) |
| QByteArray | psd_unzip_with_prediction (const QByteArray &src, int dst_len, int row_size, int color_depth) |
| template<typename T > | |
| void | psd_unzip_with_prediction (QByteArray &dst_buf, int row_size) |
| template<> | |
| void | psd_unzip_with_prediction< uint16_t > (QByteArray &dst_buf, const int row_size) |
| template<> | |
| void | psd_unzip_with_prediction< uint8_t > (QByteArray &dst_buf, const int row_size) |
| int | psd_unzip_without_prediction (const char *src, int packed_len, char *dst, int unpacked_len) |
| QByteArray | psd_zip_with_prediction (const QByteArray &src, int row_size, int color_depth) |
| template<typename T > | |
| void | psd_zip_with_prediction (QByteArray &dst_buf, int row_size) |
| template<> | |
| void | psd_zip_with_prediction< uint16_t > (QByteArray &dst_buf, const int row_size) |
| template<> | |
| void | psd_zip_with_prediction< uint8_t > (QByteArray &dst_buf, const int row_size) |
| int KisZip::compress | ( | const char * | input, |
| int | unpacked_len, | ||
| char * | dst, | ||
| int | maxout ) |
Definition at line 152 of file compression.cpp.
References dbgFile.
| QByteArray KisZip::compress | ( | const QByteArray & | data | ) |
Definition at line 193 of file compression.cpp.
References compress().
| QByteArray KisZip::decompress | ( | const QByteArray & | data, |
| int | expected_length ) |
Definition at line 365 of file compression.cpp.
References psd_unzip_without_prediction().
| QByteArray KisZip::psd_unzip_with_prediction | ( | const QByteArray & | src, |
| int | dst_len, | ||
| int | row_size, | ||
| int | color_depth ) |
Definition at line 285 of file compression.cpp.
References errKrita, Compression::uncompress(), and ZIP.
|
inline |
|
inline |
Definition at line 267 of file compression.cpp.
|
inline |
Definition at line 249 of file compression.cpp.
| int KisZip::psd_unzip_without_prediction | ( | const char * | src, |
| int | packed_len, | ||
| char * | dst, | ||
| int | unpacked_len ) |
Definition at line 208 of file compression.cpp.
References dbgFile.
| QByteArray KisZip::psd_zip_with_prediction | ( | const QByteArray & | src, |
| int | row_size, | ||
| int | color_depth ) |
Definition at line 349 of file compression.cpp.
References Compression::compress(), errKrita, and ZIP.
|
inline |
|
inline |
Definition at line 331 of file compression.cpp.
|
inline |
Definition at line 313 of file compression.cpp.