bbbbbr / gimp-plugin-pixel-art-scalers

Gimp plugin for scaling / rescaling images with Pixel Art Scaler algorithms such as hqx, xbr and scalex
GNU General Public License v3.0
94 stars 6 forks source link

GIMP 3 / GTK3 migration #8

Open bbbbbr opened 4 years ago

bbbbbr commented 4 years ago

The migration to GTK3 will likely break the plugin. Deprecated GTK and libgimp function calls will need to be replaced.

No action will be taken until after the GIMP 3 release. This is just a placeholder for now.

Also see:

zvezdochiot commented 4 years ago

Resize functions are independent of gtk and gimp in general. The code should be divided into two directories: src/gtk2/src/gtk3 andsrc/lib. Change Makefile: first compile the static library libpas.a and link it to gui already. This will allow you to select the "face" when compiling.

:information_source: See #9