Using the "gd" option to convert images still seems to have problems in generating the various size images - they all have this monochrome effect, regardless of thumb size or quality setting used.
and check photo DSCF0113.JPG at any size other than original.
I've tried all the suggestions already proposed in the threads regarding image conversion, nothing seems to work.
By the way - bug in your latest version 2.0.3 - still contains a version info saying it's version 2.0.2.
Thanks for any help on above issue.
WH
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, Another message in this forum posted the fix.
It's related to people generating images using the GD option.
In the file functions.inc, change ImageCreate(...) to
ImageCreateTrueColor(...)
.
Cheers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-10-01
i still have the problem
it's the same using im or using gd
and i already changed ImageCreate(...) to ImageCreateTrueColor(...)...
Using the "gd" option to convert images still seems to have problems in generating the various size images - they all have this monochrome effect, regardless of thumb size or quality setting used.
There is an example here:
http://easter.free.fr/phpix/index.phtml
and check photo DSCF0113.JPG at any size other than original.
I've tried all the suggestions already proposed in the threads regarding image conversion, nothing seems to work.
By the way - bug in your latest version 2.0.3 - still contains a version info saying it's version 2.0.2.
Thanks for any help on above issue.
WH
OK, Another message in this forum posted the fix.
It's related to people generating images using the GD option.
In the file functions.inc, change ImageCreate(...) to
ImageCreateTrueColor(...)
.
Cheers.
i still have the problem
it's the same using im or using gd
and i already changed ImageCreate(...) to ImageCreateTrueColor(...)...
:-(
http://kulturbahnhof-uslar.de/index.php?mode=view&template=index.phtml&album=Phillips+Geburtstag&pic=DCP03143.JPG&dispsize=342&start=0
Looks like you fixed it cause it looks fine from here.
How did you get it embedded inside a table of another page? It looks cool.
Marino
it looks fine? it doesn't! look: http://www.kulturbahnhof-uslar.de/kubascreen.jpg
it's easy to embed if you use include("index.phtml")...
Sorry,
I had no idea what the original was supposed to look like.
http://kulturbahnhof-uslar.de/albums/Phillips%20Geburtstag/DCP03143.JPG
Now I know. You are right they look bad. :-)
GD esp the old one can be pretty bad. Did you delete the thumbnails after you switched to IM to make sure you have fresh ones?
I don't think your IM is working.
http://kulturbahnhof-uslar.de/?mode=view&template=index.phtml&album=Phillips+Geburtstag&pic=DCP03158.JPG&dispsize=342&start=0
Did you see this error?
sh: line 1: /usr/X11R6/bin/convert: Permission denied
ok now i deleted the gd-files and you're right, now there are a lot of errors like the one you mentioned.
what kind is this path? /usr/X11R6/bin/convert?
i'm not user X11R6 or something...
it works now! it was this ImageCreateTrueColor - thing. after deleting the old files, it works!