This topic is locked

Image Resize Quality Problem

3/28/2008 8:18:10 AM
PHPRunner General questions
S
stevenf author

Hi all,
I am resizing the images to a mediumblog field and it's resizing fine (It Works) but the thumbnails are pixelated.

It there any way of making the quality any better?
I tried the same ratio (max height) on photoshop and looks perfect....and it's same dimensions (well 1 pixel difference but still looks ok)
I'm using maximum height (225) the width should be (150) but it's 149px .... That still looks ok with photoshop but not on the web when resized with phprunner.
Are there any tricks/options that I don't know about for getting a better image quality please?
Hope you can help!
PhpRunner 4.2 (Build 360)

S
stevenf author 3/28/2008

Anyone please?

S
stevenf author 3/30/2008

Can anyone help please?
I am evaluating this product and time is running out! I am ready to purchase it if I can solve this problem!

J
Jane 3/31/2008

Hi,
Photoshop is more advanced and professional tool for editing images.

PHPRunner uses PHP to resize images and quality of images are not so high.
As workaround you can try to do the following:

  1. open generated include/commonfunctions.php file,
  2. find this line:
    imagecopyresized



and replace it with this one:

imagecopyresampled

S
stevenf author 4/6/2008

Hi,

Photoshop is more advanced and professional tool for editing images.

PHPRunner uses PHP to resize images and quality of images are not so high.
As workaround you can try to do the following:

  1. open generated include/commonfunctions.php file,
  2. find this line:
    and replace it with this one:


Thanks a lot! The quality is still pixelated but lots better <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=27657&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />