0

I have a site based Wordpress.

I use timyhump.php to display portfolio images.

But if you look at images in the following link you'll see them lower quality than normal.

What should I do ?

http://www.heptasarim.com/referanslarimiz

PS : I just noticed that I've inserted similar message before here. Sorry and help please.

Gökay
  • 43
  • 1
  • 2
  • 13

1 Answers1

1

In timthumb line 55 you will find this

define ('DEFAULT_Q', 90);  

There are other settings below this line that you can tinker with to adjust the image quality.

r109
  • 345
  • 3
  • 8
  • Thanks. There isn't codes in line 55 but is in 13-20 lines such a thing : define ('CACHE_SIZE', 250); define ('CACHE_CLEAR', 5); define ('CACHE_USE', TRUE); define ('VERSION', '1.19'); define ('DIRECTORY_CACHE', './cache'); define ('MAX_WIDTH', 1000); define ('MAX_HEIGHT', 1000); define ('ALLOW_EXTERNAL', FALSE); – Gökay Mar 10 '13 at 11:47