Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PDF object check. | yzrh | 2022-12-29 | 1 | -4/+5 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Fix buffer overflow when object size is less than 8 bytes. | yzrh | 2022-12-29 | 1 | -4/+5 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Handle missing root object which is parent of others. | yzrh | 2022-12-29 | 1 | -5/+7 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Add JPEG 2000 support. | yzrh | 2022-12-29 | 4 | -3/+166 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Add preliminary support for HN figure placement. | yzrh | 2022-12-28 | 5 | -56/+159 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Handle headless HN and page with no image. | yzrh | 2022-12-25 | 6 | -182/+239 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Simplify JBIG decoder. | yzrh | 2022-12-25 | 1 | -1/+1 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Handle different JPEG colour component. | yzrh | 2022-12-25 | 4 | -24/+32 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Fix HN conversion and add JBIG2 support. | yzrh | 2022-12-24 | 17 | -187/+506 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Fix memory leak and data type. | yzrh | 2022-12-22 | 6 | -7/+36 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Add error message for JBIG. | yzrh | 2022-12-20 | 2 | -3/+9 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Update Makefile | yzrh | 2022-12-19 | 1 | -3/+3 |
| | | | | Signed-off-by: yzrh <yzrh@noema.org> | ||||
* | Remove -march=native in Makefile and remove char **envp for POSIX compliance. | yzrh | 2021-09-02 | 2 | -2/+2 |
| | |||||
* | Fix memory leak. | yzrh | 2021-01-29 | 2 | -5/+14 |
| | |||||
* | Add wrapper for PDF operation. | yzrh | 2021-01-13 | 2 | -232/+151 |
| | |||||
* | Fix transformation matrix. | yzrh | 2021-01-12 | 1 | -3/+8 |
| | |||||
* | Fix HN dictionary generation. | yzrh | 2021-01-12 | 1 | -7/+2 |
| | |||||
* | Fix root object dictionary generation. | yzrh | 2021-01-11 | 2 | -10/+23 |
| | |||||
* | Decode JBIG and JPEG during HN conversion. | yzrh | 2021-01-03 | 30 | -273/+1032 |
| | |||||
* | Handle binary data in dictionary. | yzrh | 2020-12-31 | 3 | -19/+31 |
| | |||||
* | Improve portability. | yzrh | 2020-12-31 | 5 | -36/+17 |
| | |||||
* | Produce PDF directly from KDH. | yzrh | 2020-12-30 | 6 | -23/+102 |
| | |||||
* | Add HN text extraction. | yzrh | 2020-12-30 | 14 | -41/+325 |
| | |||||
* | Update HN data structure. | yzrh | 2020-12-29 | 8 | -137/+176 |
| | |||||
* | Change e-mail address. | yzrh | 2020-09-08 | 22 | -23/+23 |
| | |||||
* | Initial commit. | yzrh | 2020-08-14 | 22 | -0/+2317 |