shg / org-inline-pdf.el

Inline PDF previewing for Org
GNU General Public License v3.0
48 stars 8 forks source link

added support for ImageMagick and other preview formats #12

Open NightMachinery opened 1 year ago

shg commented 1 year ago

@NightMachinery Thank you for the PR. Is your intention to make it possible to preview in PNG when SVG is not available? Or do you see a particular use where previewing in PNG would be preferable, even if SVG is available?

I was thinking #9

NightMachinery commented 1 year ago

@shg Imagemagick converted to SVG wrongly. I don't remember what was wrong with pdf2svg, but it had some problems as well. So I went for Imagemagick to PNG.

shg commented 1 year ago

@NightMachinery Thanks for the clarification. Let me think a bit about what would be the best way to support such situations.