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

Re: I have the same problem with thumbs

List posts in the topic

normal Re: I have the same problem with thumbs

msg# 1.1
depth:
1
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

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!