Re: [ft-devel] gamma correction demo images

2015-11-27 Thread Nikolaus Waxweiler
I'm currently running Dave's filter on my crappy laptop screen, will see how it goes. Quick status report: I find Dave's filter quite pleasing actually on both crappy laptop screen and my calibrated entry-level Eizo monitor. It's fuzzier than the current default filter, yeah, but some of the

Re: [ft-devel] Bug 46551 about subpixel blending

2015-11-27 Thread Behdad Esfahbod
On 15-11-26 10:13 PM, Alexei Podtelezhnikov wrote: > Folks, > > I filed a bug https://savannah.nongnu.org/bugs/?46551 > > I do not think this is a library bug, I hope someone has a clue what > might havegone wrong or can reproduce it/ I put my bet on underflow / wrap-around somewhere...

Re: [ft] Building freetype under cygwin

2015-11-27 Thread Werner LEMBERG
> Running into some problem building freetype for Windows under > cygwin, using mingw compiler. The problem seems to be with build > process launching an Win32 executable, and passing Cygwin paths to > it, resulting in: > > > /home/alex/freetype-2.6/objs/apinames.exe \ >

[ft] Can't install FreeType 2.6.1 on OS X El Capitan

2015-11-27 Thread 桃源老師
Hello, I'm trying to install FreeType 2.6.1 on OS X El Capitan but "make install" fails with error. The error is "./install-sh: No such file or directory". When I try to install FreeType 2.6, there seems no error. How can I install FreeType 2.6.1 on OS X El Capitan? Or if the

Re: [ft] Building freetype under cygwin

2015-11-27 Thread Alex Agranovsky
I believe the reason ftexport.sym is ignored is pretty much the same … check this out: alex@ALEXANDERAG6A39 ~/freetype-2.6 $ ./objs/apinames.exe -o/home/alex/freetype-2.6/obj/ftexport.sym /home/alex/freetype-2.6/include/freetype/ttnameid.h /home/alex/freetype-2.6/include/freetype/freetype.h

Re: [ft-devel] cmake improvements

2015-11-27 Thread Werner LEMBERG
> I've made some CMake-related improvements. Please review the > patches, let me know if you need this or if I should I change > something. Thanks a lot, I've applied them (with slight modifications, please check). Werner ___ Freetype-devel

Re: [ft] Building freetype under cygwin

2015-11-27 Thread Werner LEMBERG
> alex@ALEXANDERAG6A39 ~/freetype-2.6 > $ ./objs/apinames.exe \ > -o `cygpath -w /home/alex/freetype-2.6/objs/ftexport.sym` \ > `cygpath -w /home/alex/freetype-2.6/include/freetype/ttnameid.h` \ > `cygpath -w /home/alex/freetype-2.6/include/freetype/freetype.h` Aah, OK. I've never used

Re: [ft-devel] gamma correction demo images

2015-11-27 Thread Nikolaus Waxweiler
Here's my promised documentation including the filter change. Please review. >From b1d0881d06bda44f090053dc90cd2a6a75271799 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Fri, 27 Nov 2015 19:26:00 +0100 Subject: [PATCH] Change default LCD filter to normalized,

Re: [ft] Building freetype under cygwin

2015-11-27 Thread Werner LEMBERG
> Unfortunately this was the last straw, and I’m trying to get things > going on msys2 now. I’ll try and look at this sometime next week, > once I’m done with my current task, if I have a moment, though. Thanks! > I’m attaching the output from complete ft build. It seems that while > the flag

[ft] Building freetype under cygwin

2015-11-27 Thread Alex Agranovsky
Running into some problem building freetype for Windows under cygwin, using mingw compiler. The problem seems to be with build process launching an Win32 executable, and passing Cygwin paths to it, resulting in: /home/alex/freetype-2.6/objs/apinames.exe