Bug Image Quality

Status
Not open for further replies.

IcEWoLF

Customer
Yes, it does work.
I noticed when uploading the images, we are losing the image quality, it seems to be a bit worse.
 
BTW, sorry if I am posting this all in this thread, should I make a separate thread for tracking purposes?
 
yeah, lets make a new thread for it. I don't see a difference in the image though? Unless vB resizes it and it loses quality here as well?
The after upload image does look weird. I'll check but I think the problem is I'm displaying the thumb, which is prob 150x150 and upsizing it. I'll fix that.
 
Can you email the original to me so I can test the diff between original and what's in the gallery? If you just add it here I think vB will resize it and I wont have the original to look at anymore heh
 
Can you email the original to me so I can test the diff between original and what's in the gallery? If you just add it here I think vB will resize it and I wont have the original to look at anymore heh

I sent couple samples via email :)
 
I think I found it.
Open dbtech/gallery/includes/class_core.php

At about line 1327 find
PHP:
imagejpeg($image);
replace with
PHP:
imagejpeg($image, NULL, 100);
 
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
868
Customer rating
0.00 star(s) 0 ratings
Back
Top