PEAK XOOPS - Re: Problem using ImageMagick in englishin japanese

Re: Problem using ImageMagick

List posts in the topic

normal Re: Problem using ImageMagick

msg# 1.1.1.1.1.1.1.1.1.1.1.1
depth:
11
Previous post - Next post | Parent - Children.1 | Posted on 2003/11/16 11:40
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi jobiwan
Quote:
// Check if execute ImageMagick's convert
// if( ! is_executable( "$myalbum_imagickpath/convert" ) )
{
// no gif support, big thumbs!
copy( $imagePath , "$thumbs_dir/$node.$ext" ) ;
return 2 ;
}
Perhaps your comment-outing is incorrect.
	// Check if execute ImageMagick's convert
	// if( ! is_executable( "$myalbum_imagickpath/convert" ) ) 
	// {
		// no gif support, big thumbs!
	// 	copy( $imagePath , "$thumbs_dir/$node.$ext" ) ;
	// 	return 2 ;
	// }

If you can't create thumbnails even after changing above,
Try this change.
Quote:
// Make Thumb and check success
exec( "$myalbum_imagickpath/convert -resize -geometry {$myalbum_thumbwidth}x{$myalbum_thumbheight} $imagePath $thumbs_dir/$node.$ext" ) ;
Because your ImageMagick is old.
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!