Replies: 3 comments 1 reply
-
@fnatzke I read you worked on DCT filter, mught be a good idea to add that to the project and create a PR with what you did, even if all mode are not implemented. The Separation colorspace is implemented in my branch and seems to work (#532) |
Beta Was this translation helpful? Give feedback.
-
ICC profile reader project now public https://github.com/BobLd/IccProfile |
Beta Was this translation helpful? Give feedback.
-
So publishing a draft PR for DCT was a bad idea. It was used unforunatley not as intended as a placeholder but for testing. I'll take that down tomorrow. |
Beta Was this translation helpful? Give feedback.
-
Discussion to coordinate the efforts to render pdf as images
Project
I've created a github project available at the url below. For the moment I've only put the things I worked on. You'll be able to follow progress in here.
https://github.com/UglyToad/PdfPig/projects/5
Current state
I already did POC avalaible in the following branch https://github.com/UglyToad/PdfPig/tree/pdf-to-image-skia-color-space. I used SkiaSharp as the image processor. Feel free to run the tests and see the current progress.
The code is far from being clean and will need a re-work.
Items done in POC:
cc @EliotJones @fnatzke
Beta Was this translation helpful? Give feedback.
All reactions