Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
control the sharp of the thumbnails
hey is there a way to control the sharp of the thumbnails please?
I want to take it down a little bit ;)
Offline
Re: control the sharp of the thumbnails
You could try to fiddle with the value in this line:
$this->_DST['image'] = UnsharpMask($this->_DST['image'],80,.5,3);
Reducing the 80
in the call to UnsharpMask()
is the way to go…
Offline
Re: control the sharp of the thumbnails
great!
thanks =)
(the line is in the textpattern/lib/class.thumb.php
file)
Offline
Pages: 1