Closed Degubi closed 4 months ago
This is interesting I was like 'I can check this out, this can't be that difficult to fix' Went home from work, and now I can't reproduce the black background on this computer...
Edit: So, the black background disappeared because it seems this was already fixed, but the fix was not pushed to crates.io In this case I'm gonna wait for a new release. Sorry for not checking out beforehand! Also, thank you for your great work! Have a nice day.
Edit2: Was fixed by #158 and #171
Ok, I'll see if I can do a new release.
I have this small code creating a PDF and embedding a png image:
After opening the PDF file in Chrome it looks like this:
My issue is: The transparency gets lost and instead it has a full black background instead. Is this a bug or am I doing something wrong? (I have a println in draw_image printing the color_space of the image, it prints Rgb, not Rgba) Are there any workarounds for this?
printpdf from Cargo.toml:
Thank you in advance!
(I attached the image in a .zip file, I don't know if Github compresses/modifies uploaded images, so I wrapped it in a zip)
trolley.zip