Author Topic: Thumbnails poor quality  (Read 4000 times)

0 Members and 1 Guest are viewing this topic.

Offline cybrguy

  • Pre-Newbie
  • Posts: 2
    • View Profile
Thumbnails poor quality
« on: June 24, 2005, 11:07:31 PM »
I have been using 4gallery for a while, and I have been living with the washed out thumbnail images, but I am going to load some pics that I really would like the thumbnails to be more accurate.  Is there a way to fix the thumbnail quality on this program?  It currently looks like the thumbnails only use 256k colors or less...

Thanks for any suggestions.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Thumbnails poor quality
« Reply #1 on: June 25, 2005, 09:28:56 AM »
FAQ is a good place to start ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Pitt

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Thumbnails poor quality
« Reply #2 on: July 05, 2005, 11:46:00 AM »
constats.php

Code: [Select]
// If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1.
// Your thumbnails will be created with better quality
define('CONVERT_IS_GD2', 1);

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: Thumbnails poor quality
« Reply #3 on: October 03, 2006, 03:41:00 PM »
In version 1.7.3:

Code: [Select]
// If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1.
// Your thumbnails will be created with better quality
//define('CONVERT_IS_GD2', 0);

Why is this commented out?

Cya by Flo

Project offline