AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
September 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.09.27 16:32 "Compression code 34719", by Comsquare Martin Osieka
2008.09.27 17:30 "Re: Compression code 34719", by Toby Thain
2008.09.28 07:05 "Re: Compression code 34719", by Comsquare Martin Osieka
2008.09.28 12:17 "Re: Compression code 34719", by Gene Amtower
2008.09.30 18:03 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka
2008.09.30 19:04 "Re[2]: [Tiff] Compression code 34719 (MDI Tiffs)", by Igor Skochinsky
2008.09.30 23:34 "Re[2]: [Tiff] Compression code 34719 (MDI Tiffs)", by Bob Friesenhahn
2008.10.05 10:14 "Re: Compression code 34719 (MDI Tiffs)", by Brad Hards
2008.10.05 20:47 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka
2008.10.06 16:09 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Edward Lam
2008.10.06 16:31 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Bob Friesenhahn
2008.10.06 20:45 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Brad Hards
2008.10.08 03:20 "Re: Compression code 34719 (MDI Tiffs)", by Edward Lam
2008.10.08 13:29 "Re: Compression code 34719 (MDI Tiffs)", by Edward Lam
2008.10.08 21:47 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka
2008.10.07 04:59 "Re: [SPAM] Re: [Tiff] Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka

2008.10.05 20:47 "Re: Compression code 34719 (MDI Tiffs)", by Comsquare Martin Osieka

If you could provide an interface which renders an EMF stream or file to
ARGB (trancparency would be nice because I'm doing this with a dirty trick
in the moment) then I could provide a codec which can be registered in
libtiff for code 34719. 

Martin

-----Original Message-----
From: tiff-bounces@lists.maptools.org
[mailto:tiff-bounces@lists.maptools.org] On Behalf Of Brad Hards
Sent: Sonntag, 5. Oktober 2008 12:15
To: tiff@lists.maptools.org
Subject: Re: [Tiff] Compression code 34719 (MDI Tiffs)

On Wednesday 01 October 2008 09:34:50 am Bob Friesenhahn wrote:
> On Tue, 30 Sep 2008, Igor Skochinsky wrote:
> > Hello ComSquare,
> >
> > Tuesday, September 30, 2008, 8:03:49 PM, you wrote:
> > CMO>  So I'm able to view these special TIFFs in our product on
> > CMO> Windows but I can not offer a general solution because for this
> > CMO> you would need a platform independent EMF to bitmap converter.
> > libwmf?
>
> libwmf only supports WMF files rather than the newer EMF format.
I've been working on an EMF renderer using Qt 4, which is nominally platform

independent. It doesn't yet handle all record types, but I'm working through

a range of examples, fixing as required.

It lives in KDE's subversion repository:
http://websvn.kde.org/trunk/playground/graphics/okular/emf/emf/

There is a small KDE dependency, but it wouldn't be hard to remove (just for

visibility management). It would be hard to remove the Qt dependency.

LGPL license. Patches / bug reports appreciated.

Brad