Thumbnail resolution.

jonsidneyb

Well-known member
I was wondering of Thumbnail resolution can be increased. I don't want to change the size of the thumbnails but want to change the level of detail.

Why I want to do this is I have something grabbing certain thumbnails and using the image elsewhere that are larger. They are looking rather grainy.
 
library/XenForo/Image/Gd.php

Rich (BB code):
	public function output($outputType, $outputFile = null, $quality = 85)

You need to change it in the abstract as well.
 
Top Bottom