Re: Opnion needed on image manipulation (not neccesarilly PHP)



On 30 May 2005 03:10:26 -0700, "frizzle" <phpfrizzle@xxxxxxxxx> wrote:

>now my question, what would be the best way to reduce the size of the
>pics
>to approximately max. 500 px * 500 px.
>I could use PHP of course, but i'm not really satisfied with the
>quality of
>PHP-resized images... (it's ok for thumbnails, but not for the large
>versions...)

PHP's image functions are based on GD, which as you say are not great for
photographic images.

ImageMagick does a better job on photographs - although you usually have to
call it as an external process. It's also faster.

--
Andy Hassall / <andy@xxxxxxxxxxx> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
.



Relevant Pages

  • Re: Copyright theft or not
    ... selling images then their worth is in there uniqueness. ... image is in the public domain it could be difficult to prove this since it ... to get your money back or even make a profit. ... actual old photographic images whilst they can be forged, ...
    (uk.people.consumers.ebay)
  • Re: Image documentation within database
    ... photographic images into the database. ... I use FTM and my personal choice is I do include the image of documents to my master source entries and when necessary to individual fact entries. ...
    (soc.genealogy.computing)
  • Re: Copyright theft or not
    ... Particularly things like post cards and photographic images. ... regularly raid e-bay to "steal" enlarged versions of images they are ... sell collectable images to make sure that the enlargements are defaced in ...
    (uk.people.consumers.ebay)
  • Re: Image documentation within database
    ... photographic images into the database. ... Documentation is a simple statement of where you found it: East Feliciana Parish Deed Book 14 page 284. ...
    (soc.genealogy.computing)
  • Re: Loading png images into a mysql table/database
    ... echo $data; ... Loading images from a dB is really lame! ...
    (comp.lang.php)