View Single Post
  #200  
Old 10-21-2011, 01:09 PM
Anders_And Anders_And is offline
Approved Member
 
Join Date: Jul 2010
Location: Stockholm, Sweden
Posts: 247
Default

Quote:
Originally Posted by Vengeanze View Post
Disable everything except AA in the file.
Are we talking about about disabling everythng in the injFS_settings.h by marking // infront of everything??

Is there anywhere I should keep the # in order to benefit from the latest version compared to previous versions??

This section for example,


*------------------------------------------------------------------------------
PRE_SHARPEN
------------------------------------------------------------------------------*/
//For higher precision in the calculation of contour, requires slightly more processing power
bool highQualitySharpen = 1; //0 = Disable | 1 = Enable

// Set values to calculate the amount of AA produced blur to consider for the sharpening pass
#define Average 0.8
#define CoefBlur 2

// Set values of the sharpening amount
#define SharpenEdge 0.2
#define Sharpen_val0 1.2

Should I keep this activated?

Best regards
Reply With Quote