|
![Picture of Vlad Tanasescu Picture of Vlad Tanasescu](/graphics/unknown.gif) Vlad Tanasescu - 2008-07-16 00:33:09
![Picture of László Zsidi Picture of László Zsidi](/graphics/unknown.gif) László Zsidi - 2008-09-24 21:01:52 - In reply to message 1 from Vlad Tanasescu
Seems to be you used the one of the old verions, try out the last version of GIFEncoder. (V3.0)
![Picture of steve Picture of steve](/graphics/unknown.gif) steve - 2008-10-23 10:53:13 - In reply to message 2 from László Zsidi
thats not the problem! the problem is the frame which is just transparent. insert a black pixel in a corner and it works... maybe this can be fixed in the new version?
![Picture of Timur Picture of Timur](/graphics/unknown.gif) Timur - 2008-11-01 21:27:10 - In reply to message 2 from László Zsidi
I am using the last version, but there is a very strange thingy - transparancy does not work for the binary mode:
$gif = new GIFEncoder (
$frames,
$framed,
0,
2,
0, 0, 0,
"url"
);
this one works, but as soon as I generate images as binary and set:
$gif = new GIFEncoder (
$frames,
$framed,
0,
2,
0, 0, 0,
"bin"
);
it is not working. The script works just fine... but no transparancy :(. Any ideas?
![Picture of László Zsidi Picture of László Zsidi](/graphics/unknown.gif) László Zsidi - 2008-11-04 06:03:25 - In reply to message 4 from Timur
unfortunately, seems like that tranparency problem is a popular problem:(
i will revise this...
![Picture of László Zsidi Picture of László Zsidi](/graphics/unknown.gif) László Zsidi - 2008-11-04 06:22:41 - In reply to message 5 from László Zsidi
gifs.hu site has been closed temporary, i will reopen the site on a new server with new versions of GIFDecoder and encoder classes.
i feel that classes are good but not perfect maybe the classes have some problems yet.
please, if you have any problem ( except transparency problem ) then you write me an email ( zsidi.laszlo@chello.hu ) and i will try to resolve it.
i will write here when my site i reopened, and be ready to download the new version of GIFEncoder. ( i hope without errors )
|