texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Questions regarding image information


From: Gubinelli Massimiliano
Subject: Re: [Texmacs-dev] Questions regarding image information
Date: Wed, 10 Nov 2010 13:43:39 +0100

Hi,

On 10 nov. 10, at 13:37, Miguel de Benito Delgado wrote:

Hi,
  1. What's the preferred way of reading information (width, etc.) from an image file. While working on the QT side should I rely on QT tools (i.e. QPixmap and the like) or should I try to use something else?
  2. Although they currently don't, the supported image formats should vary according to what's linked in TeXmacs, right? What's providing basic image support? How can I get a list of what's supported?

In the Qt version we try to rely as much as possible on the library's support. In the port you can rely on its image manipulation functions. Ideally no other libraries should be linked if it duplicates some functionality available in qt. The main constraint is Windows where less libraries we need, the better. 

For the moment the main limit is ps and pdf import since Qt is not able to read ps,pdf. At some point we should think to add Poppler support (which has a Qt bridge).
On the Mac we can rely on Cocoa for Ps/pdf support (if macosx-extensions are enabled)

best
max



Thanks,
________________
Miguel de  Benito.
_______________________________________________
Texmacs-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/texmacs-dev


reply via email to

[Prev in Thread] Current Thread [Next in Thread]