Content
View differences
Updated by Andrej Sandorf 3 months ago
**As** a user
**I want to** export a PDF with embedded WebP images in the work package description
**so that** they are not left out
**Acceptance criteria**
* WebP images are included in the PDF export
**Technical notes**
* WebP must be converted to PNG or JEPG as these are the only supported formats with prawnPDF (we use PNG to have less quality degradation) qualtiy degration)
* For animated WebP as with GIFs only the first frame will be shown in the PDF
We implement a custom get first frame method as imagemagick loads all frames into memory which can exhaust memory or even cache for large animations.
**Out of scope**
* Animated WebP
**I want to** export a PDF with embedded WebP images in the work package description
**so that** they are not left out
**Acceptance criteria**
* WebP images are included in the PDF export
**Technical notes**
* WebP must be converted to PNG or JEPG as these are the only supported formats with prawnPDF (we use PNG to have less quality degradation)
* For animated WebP as with GIFs only the first frame will be shown in the PDF
We implement a custom get first frame method as imagemagick loads all frames into memory which can exhaust memory or even cache for large animations.
**Out of scope**
* Animated WebP