PEAK XOOPS - I have the same problem with thumbs in englishin japanese

I have the same problem with thumbs

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2003/10/23 14:34
andrez  企霹始   Posts: 2
I have the same problem with thumbs
since I upgraded [myalbum1.04] to [myalbum-P]
all thumbs pictures are bad,

but myalbum104 was good doing thumbs pic.
why ?

my hosting server do not allow use of ImageMagick...

so .. If anybody have solution for this
do please leave a msg here

thank you very much !

Votes:1 Average:10.00
Previous post - Next post | Parent - Children.1 .2 | Posted on 2003/10/24 9:41
GIJOE  黎扦烦菱   Posts: 4110
Check your php's GD version displayed in "module check".

If you can use php bundled GD that have treating 32bit color bug, You can change like this:

module/myalbum/include/functions.php
line 87
	if( $bundled_2 ) {
	if( 0 ) {
		$dst_img = ImageCreate($new_w,$new_h) ;
		ImageCopyResampled($dst_img,$src_img,0,0,0,0,$new_w,$new_h,imagesx($src_img),imagesy($src_img));
	} else {
If photo submitting will hang up after changing this, your php's GD version is bad bundled version.

Perhaps, your hosting's php didn't use "bundled GD", when you used 1.04.

Change your hosting to allow ImageMagick.
Votes:3 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2003/10/24 18:09
andrez  企霹始   Posts: 2
great ! It's working fine!!

by your guidance! (editing funtion.php)
after rebuilding all thumbs pic.
all those thumbsnails pictures are in beatiful True color now...!!

)thank you very much GIJOE !!

Andrez Chen.


fyi :
my hosting server's GD status :
GD Version: bundled (2.0.12 compatible
Votes:1 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2003/10/24 19:37
yerac  办霹始   Posts: 12
Thanks GiJoe, for this tips

Now, my thumnails are in truecolors

Olivier :)

Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2003/10/25 22:03
GIJOE  黎扦烦菱   Posts: 4110
hmm...
This problem might not caused by a bug of GD bundled PHP, But by configure trouble.

I will change that it has an option like "Force GD to treat picture as 32bit" in next minor version.
Votes:1 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!