Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Rocky

Pages: [1]
1
I was having trouble with image quality, so I searched around for the quality solution and found the answer.  Then I tried to share the answer with others to pass on the help.  Somehow, during the process, I found your posting.

I almost gave up on 4images.  I have been using Gallery 1.33 and it has been great, with only one exception that it does not have an attractive user interface.  I also like that you can click on the set size of the picture and get the original size so that the user can download the best quality picture.  If 4images can do this, it would definitly beat Gallery for my purpose.  So far, I am still using Gallery and watching 4Images.

BTW, another benefit of ImageMagick is the smaller files size, comparing to Netpbm and GD.  Yes, I am also wantering why, they chose '-sample' as the default setting.  That might have driven quite a lot of people from 4Images, like I almost did, because I use ImageMagick.

Sam

2
Feedback & Suggestions / To help others understand your post...
« on: February 23, 2003, 02:23:20 AM »
In "image_utils.php" file, edit the following line


".$quality." -antialias -sample $width"."x"."$height \"$src\"


Change the word '-sample' to '-geometry'

".$quality." -antialias -geometry $width"."x"."$height \"$src\"


You will get brilliant quality.

Sam

3
Chit Chat / ImageMagick Quality
« on: February 23, 2003, 02:21:21 AM »
To get great image quality with ImageMagick you will have to change the following file.

In "image_utils.php" file, edit the following line


".$quality." -antialias -sample $width"."x"."$height \"$src\"


Change the word '-sample' to '-geometry'

".$quality." -antialias -geometry $width"."x"."$height \"$src\"


You will get brilliant quality.

Sam

4
Installation, Update & Configuration / Image quality with ImageMagick
« on: February 23, 2003, 02:18:37 AM »
In "image_utils.php" file, edit the following line


".$quality." -antialias -sample $width"."x"."$height \"$src\"


Change the word '-sample' to '-geometry'

".$quality." -antialias -geometry $width"."x"."$height \"$src\"


You will get brilliant quality.

Sam

Pages: [1]