Skip to content

TheArmagan/panbtg-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

🎉 PANBTG

Pixel Art NBT Generator.


Download Link Join To Discord



|   ██████╗  █████╗ ███╗   ██╗██████╗ ████████╗ ██████╗
|   ██╔══██╗██╔══██╗████╗  ██║██╔══██╗╚══██╔══╝██╔════╝
|   ██████╔╝███████║██╔██╗ ██║██████╔╝   ██║   ██║  ███╗
|   ██╔═══╝ ██╔══██║██║╚██╗██║██╔══██╗   ██║   ██║   ██║
|   ██║     ██║  ██║██║ ╚████║██████╔╝   ██║   ╚██████╔╝
|   ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═══╝╚═════╝    ╚═╝    ╚═════╝

|   Pixel Art NBT Generator. v1.2.1 By Kıraç Armağan Önal (Armagan#2496)


Example Usages:
    / Normal conversion without dithering. (Generally looks bad except pixel arts!)
    $ PANBTG.exe -i myImage.jpg

    / Draw half sized image.
    $ PANBTG.exe -i myImage.jpg -s 0.5

    / Draw half sized image and grayscale effected.
    $ PANBTG.exe -i myImage.jpg -s 0.5 -e grayscale

    / Conversion with dithering amount 5.
    $ PANBTG.exe -i myImage.jpg -d 5

    / Normal conversion but vertical image result.
    $ PANBTG.exe -i myImage.jpg --vertical

    / Dithering and vertical at same time.
    $ PANBTG.exe -i myImage.jpg --vertical -d 5

Argument List:
    -V, --version:
    \> output the version number

    --dither <1-10>:
    \> Set the dithering factor. (Original: 5)

    --scaffold-block <block-name>:<block-meta>:
    \> Scaffold block type for the powder type blocks..

    --full-scaffold: (Default: false)
    \> Enables scaffold for every block.

    --vertical: (Default: false)
    \> Draw the art vertically. (kinda-buggy)

    --input <path>:
    \> Input image file. (jpg)

    --effects <effects>:
    \> Add effects to source image. (Separated using comma ",") (Available Effects: grayscale,deepfry,brightness:<-100/100>,contrast:<-100/100>,invert)

    --scale <factor>:
    \> Rescale the image based on factor. (Original: 1.0)

    --resize <width|AUTO>x<height|AUTO>:
    \> Resize image using width and height.

    --nearest-neighbor: (Default: false)
    \> Sets the resizing mode to NEAREST NEIGHBOR.

    --direction <+/->,<+/->:
    \> The direction for the pixel art! (Format: <x direction>,<y direction>)

    --only-preprocess: (Default: false)
    \> Not gonna generate the nbt!

    --offset:
    \> Offset for the pixel at. ((X/Z)+OFFSET)

    --help:
    \> Show the help panel.

Download:
    https://github.com/TheArmagan/panbtg-releases



Created by Kıraç Armağan Önal

About

Pixel Art NBT Generator. By Kıraç Armağan Önal (Horion Only)

Resources

Stars

Watchers

Forks

Packages

No packages published