> On Thu, 22 Apr 2004, Alan Mead wrote:
>
> > Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> >
> > > Yes. You need at least 1.9.2.
> > > The best would even be to download the latest CVS, as it supports
> > > more formats.
> > > Or you can try to download the FCL sources and recompile them with
On Thu, 22 Apr 2004, Alan Mead wrote:
> Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
>
> > Yes. You need at least 1.9.2.
> > The best would even be to download the latest CVS, as it supports
> > more formats.
> > Or you can try to download the FCL sources and recompile them with
> > FPC 1.0.10
Some grepping revealed:
> Target OS: Linux for i386
> Compiling j.pas
> j.pas(7,11) Error: Identifier not found "TMemoryImage"
Make it: tfpmemoryimage (2x)
> j.pas(7,23) Error: Error in type definition
> j.pas(8,12) Error: Identifier not found "TFPimageCanvas"
Include unit fpimgcanv
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> Yes. You need at least 1.9.2.
> The best would even be to download the latest CVS, as it supports
> more formats.
> Or you can try to download the FCL sources and recompile them with
> FPC 1.0.10.
I appreciate your help with this. I installed 1.9.
On Thu, 22 Apr 2004, Alan Mead wrote:
> Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
>
> > Very easy.
> >
> > Roughly like this:
> >
> > uses fpimage,fpcanvas,fpwritepng, fpwritejpg;
> >
> > [...]
> >
> > See the fcl/image directory for all needed units.
> > Supported are bmp,png,jpg,xpm and P
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> Very easy.
>
> Roughly like this:
>
> uses fpimage,fpcanvas,fpwritepng, fpwritejpg;
>
> [...]
>
> See the fcl/image directory for all needed units.
> Supported are bmp,png,jpg,xpm and PPM/PBM.
>
> There is no documentation yet, but I can provide
On Thu, 22 Apr 2004, Alan Mead wrote:
> What is the easiest way to create PNG or JPG images from within a FPC
> program? Ideally, in a cross-platform way although I mostly use
> Linux. Thanks!
Very easy.
Roughly like this:
uses fpimage,fpcanvas,fpwritepng, fpwritejpg;
Var
Image : TMemoryI
What is the easiest way to create PNG or JPG images from within a FPC
program? Ideally, in a cross-platform way although I mostly use
Linux. Thanks!
-Alan
__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
http://