Graphics, Figures & TablesUse XDVI to display PNG files

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
centguy
Posts: 18
Joined: Tue Jan 06, 2009 5:42 am

Use XDVI to display PNG files

Post by centguy »

There is one item in my wish list that is to use \includegraphics to include a compressed file (especially PNG format) and view them using XDVI without using PDFLaTeX.

The reason is that XDVI seems much faster than Acroread.

Are XDVI developers working towards handling files other than EPS graphic files ?

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Use XDVI to display PNG files

Post by localghost »

centguy wrote:There is one item in my wish list that is to use \includegraphics to include a compressed file (especially PNG format) and view them using XDVI without using PDFLaTeX. […]
The DVI file format and PNG picture format don't go together. However, you can convert PNG to EPS. But I consider that not recommendable.
centguy wrote:The reason is that XDVI seems much faster than Acroread. […]
There are several other PDF viewers like XPDF. Should be as fast and minimal as XDVI.
centguy wrote:Are XDVI developers working towards handling files other than EPS graphic files?
I don't think they ever will.


Thorsten
centguy
Posts: 18
Joined: Tue Jan 06, 2009 5:42 am

Re: Use XDVI to display PNG files

Post by centguy »

I appreciate your reply.

At least I don't keep hoping that xdvi will be able to deal with
compressed graphic files one day!

Thanks!
Post Reply