feat(image): add progressive JPEG generation support
Some checks failed
Default (tags) / security (push) Failing after 24s
Default (tags) / test (push) Failing after 12s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

- Add convertPDFToJpegBytes method for progressive JPEG images
- Integrate @push.rocks/smartjimp for true progressive encoding
- Update readme with comprehensive documentation
- Update legal section to Task Venture Capital GmbH
This commit is contained in:
Juergen Kunz
2025-08-02 17:29:38 +00:00
parent 6a4aeed3e1
commit be574df599
7 changed files with 1358 additions and 384 deletions

View File

@@ -13,6 +13,7 @@ import * as smartpath from '@push.rocks/smartpath';
import * as smartpuppeteer from '@push.rocks/smartpuppeteer';
import * as smartnetwork from '@push.rocks/smartnetwork';
import * as smartunique from '@push.rocks/smartunique';
import * as smartjimp from '@push.rocks/smartjimp';
export {
smartbuffer,
@@ -23,6 +24,7 @@ export {
smartpuppeteer,
smartunique,
smartnetwork,
smartjimp,
};
// tsclass scope