rsabbarton / PixelFlux

Pixel Art Sprite Creator
0 stars 0 forks source link

Import and Export Funtionality #3

Closed rsabbarton closed 2 years ago

rsabbarton commented 2 years ago

Import

Need to be able to import images from a URL pasted from the clipboard. Upload file from local file system

Export

Should be able to export different image formats. Currently only the image (current frame) and sprite-sheet (all frames) can be downloaded in .png format. Need processing to generate .gif and also be able to export .pflux files in JSON format as they are stored in the PixelFlux App.

rsabbarton commented 2 years ago

Import and Export menu options have been removed as import from URL cannot be processed due to CORS rules. Import image can be achieved through CTRL+V Paste of an image from the clipboard.

Export now available through separate menu items that allow downloading of PNG of current frame or sprite sheet and you can now save a .pixel file to your local HDD.