Vector Lib output without interpolation

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: Vector Lib output without interpolation

Post by wilbert »

walbus wrote:I wrote to you that I couldn't interpret your answer and asked for a supplement
For the VectorDrawing library, PureBasic doesn't use the same system library on all OS.
On Windows for example GdiPlus is used, on MacOS and Linux, other system libraries are used.
So in order to add a feature to PureBasic, all three OS need to support it (because of PB being a cross platform language).
Apparently turning interpolation off isn't supported by all three.
Windows (x64)
Raspberry Pi OS (Arm64)
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: Vector Lib output without interpolation

Post by walbus »

Many thanks Wilbert, now i have understand the problem
Justin
Addict
Addict
Posts: 832
Joined: Sat Apr 26, 2003 2:49 pm

Re: Vector Lib output without interpolation

Post by Justin »

Is interpolation the same as antialias? I would like to turn it off, cairo supports it.
User avatar
PedroMartins
User
User
Posts: 47
Joined: Sat Sep 02, 2017 7:30 pm

Re: Vector Lib output without interpolation

Post by PedroMartins »

*** to Administrator: please delete this post reply ***
Last edited by PedroMartins on Fri Apr 06, 2018 2:18 pm, edited 1 time in total.
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: Vector Lib output without interpolation

Post by walbus »

My interest in PB is gone
I will now turn to other things

@Justin
Interpolation is a blurring of the whole image, antialiasing eliminates sharp edges
Look in Wikipedia, the Internet is full of explanations

@Freak
If you missed it, it's OK
But writing as a supporter you don't want to give me an answer anymore, makes me speechless...
Post Reply