Sharpen with GD
|
Oli4
Joined: 2008-07-15
Posts: 18 |
Posted: Thu, 2008-07-24 20:35
|
|
Hi, I've seen the topic to sharpen with Imagemagick, but unfortunately my server doesn'r allow exec(). Now I've seen here: http://74.125.39.104/search?q=cache:MVEj_3yp_o4J:www.php.net/ref.image+sharpen+GD&hl=de&ct=clnk&cd=5&gl=at&client=firefox-a Many thanks in advance for any help. Oli |
|

Posts: 18
Geee....that was a long and hard job to find it all out, but I got it!!
It makes a very nice unsharp mask by in function resizeImageResource in gd_toolkit.class ( only by 1st thumbnail creation, by rebuilding it doesn't work but it should'nt be too hard to implement this, but as I don't need it
)
That's the way:
Code from this page: http://vikjavev.no/computing/ump.php <= Many thanks!!!
that I changed a bit to:
and inserted in gd_toolkit.class after:
Rename the attached .txt in .class
I hope this help someone.
wbr
Oli
Posts: 378
Nice suggestion
Indeed, I would love to have better control over the quality of the thumbnails and derivatives ;) (or at least have better tuned toolkits)