Search found 3 matches
- Mon Feb 23, 2015 8:09 pm
- Forum: Help with using Inkscape
- Topic: Prevent Images Being Smoothed on Export to PDF
- Replies: 4
- Views: 2862
Re: Prevent Images Being Smoothed on Export to PDF
I know I'm resurecting an old post, but this very problem just bit me. I wasn't able to edit the pdf in my text editor, somehow things would get corrupted because my text editor tried figuring out the encoding of what is mostly a binary file. So I wrote a short quick-and-dirty python script to do th...
- Mon Feb 23, 2015 7:42 pm
- Forum: Help with using Inkscape
- Topic: Zoomed image is pixellized in Inkscape (good) but not in pdf
- Replies: 4
- Views: 1813
Re: Zoomed image is pixellized in Inkscape (good) but not in
You can change the pdf-s rendering from interpolated to non-interpolated by manually editing the codes of the pdf. http://www.inkscapeforum.com/viewtopic.php?f=5&t=16223 Thank you. I did find the "Interpolated = true" line in the pdf and replaced it with "false", but since t...
- Sat Feb 21, 2015 8:50 pm
- Forum: Help with using Inkscape
- Topic: Zoomed image is pixellized in Inkscape (good) but not in pdf
- Replies: 4
- Views: 1813
Zoomed image is pixellized in Inkscape (good) but not in pdf
See attached image. On the left is what I see inside Inkscape, on the right is what I get after an export to PDF. I have a document containing vector elements, text and one bitmap. The bitmap has a very low resolution: 27x27 pixels. I scale it so that it's 10 cm wide, so it pixelizes like hell but t...