Search Unity

2D image library to upscale pixel art.

Discussion in '2D' started by manking99, Jan 19, 2022.

  1. manking99

    manking99

    Joined:
    May 29, 2021
    Posts:
    11
    Hello.
    What are the cross-platform libraries for applying filters to a 2D texture or PNG file?

    To apply the scaling algorithm:
    https://en.wikipedia.org/wiki/Pixel-art_scaling_algorithms

    That is, load a 40x30 PNG file from disk and increase it to 200x160 using one of the algorithms (EPX/Scale2×, Eagle, 2×SaI, hqx)?

    I tried to load different C# libraries (SixLabors.ImageSharp, ImageProcessor, System.Drawing), but everywhere, as I understand it, only the windows platform is supported.