Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Photogallery Thumb

Asked Modified Viewed 1,636 times
S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
  • Started this discussions
asked
Member

Hi.

what files make the thumb files, for the album images. Be cores i want to set the quality up at bit, so it use 100%. anyone knows where to do that ?
0 replies

2 posts

S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Quote

shearer wrote:
Hi.

what files make the thumb files, for the album images.

The file that's doing that is located on the following destination:
/includes/photo_functions_include.php
0 replies
S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
  • Started this discussions
answered
Member

Quote

smokeman wrote:

Quote

shearer wrote:
Hi.

what files make the thumb files, for the album images.

The file that's doing that is located on the following destination:
/includes/photo_functions_include.php


Thanks

Does this, mean that it is already 100% in quality ?
if ($filetype == 1) { imagegif($new_image,$thumbfile,100); }
elseif ($filetype == 2) { imagejpeg($new_image,$thumbfile,100); }
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

S
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
  • Started this discussions
S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet