gnustep / libs-back

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
50 stars 34 forks source link

Enable default interpolation due to pixelated screen drawing #53

Closed qmfrederik closed 2 weeks ago

qmfrederik commented 2 weeks ago

Without this change, images in GUI applications would appear pixelated; with this change, images are rendered much more smoothly.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40163 72102866-910b-0410-8b05-ffd578937521

qmfrederik commented 2 weeks ago

@fredkiefer Thanks, I made the changes you requested.