Hi!
What I am really wondering about, is the following:
There exist a lot of ready made C-libraries for manipulating images, but there
exists nothing which uses them. Most issues I could find in the past are more
or less Windoze-related and do not even compile, not to talk about if they
would wor
> will not work on old Linux any more (i.e. SuSE 5.2), so they are in fact
> useless. (I like to use very old computers to give them a second life for
> minimalistic things, but this machines are too weak for fat new Linuxes...)
>
> Also I am afraid that
> a.) this new FPC classes (again) will not
Hi!
On Mon, 20 Oct 2003, Marco van de Voort wrote:
| > will not work on old Linux any more (i.e. SuSE 5.2), so they are in fact
| > useless. (I like to use very old computers to give them a second life for
| > minimalistic things, but this machines are too weak for fat new Linuxes...)
| >
| > Also
> On Mon, 20 Oct 2003, Marco van de Voort wrote:
> | > a.) this new FPC classes (again) will not use this libraries but do all
> | > this data fiddleing together by themselves. :-/
> | > b.) be therefore much more unstable because the self-knitted code has to
> | > be tested again, what is
On the packages\extra folder from a recent cvs copy of fpc 1.1 branch, I've
found several interfaces to *nix graphic libraries: GGI, imlib, libGd,
libPng.
LibGd (http://www.boutell.com/gd/) seems to be what you're looking for.
ciao, Ivan
___
fpc-pascal
Hi Marco!
>There is pasjpg, there is a libpng header, some bmp fiddling.
... You wrote to Rainer ... Did You / someone get pasjpeg to work? I tried (from
http://www.nomssi.de/pasjpeg/pasjpeg.html
) but with fpc 1.0.10 on win2000 I couldn't even run the demo.
Or does someone know a fpc-working gli
I succeed to compile pasjpeg with -dWindows compiler option in Linux and
few changes in sources :)
Pavel Kanzelsberger
On Mon, 2003-10-20 at 12:12, Marco van de Voort wrote:
> > On Mon, 20 Oct 2003, Marco van de Voort wrote:
> > | > a.) this new FPC classes (again) will not use this libraries but
There are some procedures assigned, find the lines with "Wrong amount of
parameters" and change them to as follows:
something:=something;
change to
something:[EMAIL PROTECTED];
regards, Pavel Kanzelsberger
On Mon, 2003-10-20 at 14:46, Rudolf Harney wrote:
> Hi Marco!
> >There is pasjpg, there
> There are some procedures assigned, find the lines with "Wrong amount of
> parameters" and change them to as follows:
>
> something:=something;
>
> change to
>
> something:[EMAIL PROTECTED];
Or use -Sd or -So.
I tried pasjpg11 and it compiled fine with one of these parameters with
1.0.10.
Hi!
So what is the actual status for handling images *now*?
* How do I load a JPEG image into memory (uncompressed, of course, and in a
usable format, i.e. separated into RGB layers or CMYK layers)?
* How do I write a JPEG back to a file (with a selectable compression)?
I do not talk about
10 matches
Mail list logo