About picture format.

Patrik Stridvall ps at leissner.se
Wed Nov 20 05:38:08 CST 2002


> ÔÚ 2002-11-20 Èý µÄ 18:13£¬ Patrik Stridvall дµÀ£º
> > > 0^80?3 2002-11-20 0?60<5 0...80?2 15:270"50...1 
> Marcus Meissner 0^40...70...80?80"50?2
> > > > On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote:
> > > > > I'm using a application that using 0x0010 picture format. 
> > > I found that
> > > > > wine only support Bitmap and JPEG picture format. Where 
> > > can I get some
> > > > > info about it. I want to implement it. Pls give me some 
> > > hints about it.
> > > > 
> > > > Where is it trying to use that picture format? In which 
> API call?
> > > fixme:ole:OLEPictureImpl_Load Unknown magic 0010
> > > 
> > > that is wine-20021031/dlls/oleaut32/olepicture.c
> > 
> > OK. This only means that the first two bytes in the file is 
> 0x10 0x00.
> > 
> > I don't know what file format that is.
> > 
> > But if you know what file it is trying to load you can run the
> > Unix command file on it, perhaps it will tell what type of file
> > it is.
> I used, but file tell: "data". That means it don't know yet. 
> Maybe it is
> not a pic format, but why OLEPictureImpl_Load handle it, I wonder?

I don't know. You need to send some sort of trace of your application
if it is to be possible to determine that.



More information about the wine-devel mailing list