Re: [Libpgf-user] Missing header?
libPGF is an implementation of the Progressive Graphics File (PGF)
Brought to you by:
c_stamm
From: bucketbot <buc...@ya...> - 2010-05-16 22:25:13
|
Hi, Thanks! I didn't realise the headers weren't included - silly mistake. Once I downloaded the codec source, everything was fine. I put the codec into a VFW (AVI) wrapper. It seems to be working pretty well! Is it possible to do conversions with internal PGF functions? I'll want to be able to convert YCC<->RGB. Also, can I compress YCC images (for example, 'YUY2' 4:2:2 or 'YV12' 4:2:0 data)? Thanks again! --- On Fri, 5/14/10, Raphael Schweizer <rsc...@sc...> wrote: > From: Raphael Schweizer <rsc...@sc...> > Subject: Re: [Libpgf-user] Missing header? > To: lib...@li... > Date: Friday, May 14, 2010, 1:22 AM > The PGFconsole depends on libPGF, > i.e. the files in libpgf-*-src.zip > > Using MS Visual Studio the folder structure after > extraction should look > like: > > +---libpgf > │ +---doc > │ +---include > │ +---src > L---pgf > +---dll > +---doc > +---include > +---lib > +---src > > 1.) Compile libpgf -> PGFCodec.lib (Release, > Win32 configuration) or > PGFCodecd.lib (Debug) in libpgf\lib\Win32 > 2.) Compile pgf (the pgfconsole) using the header in > libpgf\include and the > generated lib > > Raphael > > > -----Original Message----- > > From: bucketbot [mailto:buc...@ya...] > > Sent: Freitag, 14. Mai 2010 07:50 > > To: lib...@li... > > Subject: [Libpgf-user] Missing header? > > > > > > I'm trying to compile the PGF-codec demonstration but > it uses a header > file > > "PGFimage.h" that was not included in the archive? > It's referenced in > > PGF.cpp. > > > > Ideas? Did I miss something? > > > > Thanks! > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Libpgf-user mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libpgf-user > |