Skip to content

s4msecurity/NFTArcTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

NFTArcTools

Tool for generating NFT images

Nft Architecture Tools

This tool is based on NodeJS. Overwrites the selected picture with other pictures under the same folder.
It creates the results under the folder named "result".

Requiremenets And Install

  • You must have Node JS on your system.
  • The Nodejs library is list:
    • Colors
    • merge-images
    • readline-sync
    • sharp
  • In command line go to folder directory and type "npm install" for installation. Or run "install.bat" if your system Windows.
  • In command line go to folder directory and type "npm start" for runing. Or run "NFTArcTool.bat" if your system Windows.

Basic Operation Logic

All pictures are put under the folder named "picture".

And the values are entered on the screen as desired to be produced. Other images of the scales of the image to be produced are located under the "resize" folder.

And you can find the results under the "result" folder.

Enjoyable productions.

Basic image generation is in two ways:

  • Random
  • Manuel

1. How to generation with Random

  1. All pictures are placed under the folder named "Picture".
  2. The picture you want to produce is selected. (For example: face.png)

Look At the Result Directory


As seen in the picture above, all pictures are mixed and random.

2. How to generation with Manuel

  1. The picture whose types are desired to be created is selected.
  2. Other pictures, the main picture is chosen in which area to focus. Left and top values are entered.

  3. You can set the height and width values of the images yourself or keep them at their own scale automatically.

Look At The Result Directory

Releases

No releases published

Packages

No packages published