Started resize canvas interface

This commit is contained in:
unsettledgames
2020-07-22 23:29:27 +02:00
parent d14deeb761
commit 1e6f719f50
3 changed files with 62 additions and 1 deletions

29
js/_resizeCanvas.js Normal file
View File

@ -0,0 +1,29 @@
let resizeCanvasContainer = document.getElementById("resize-canvas");
function openResizeCanvasWindow() {
showDialogue('resize-canvas');
}
// Use a dialogue
// Let the user specify data
// Borders
// Pivot
// Apply the new sizing
// Move the images on the layers to fit what the user actually decided
// Function to handle dropdown menu for pivots
// Open when clicking on the button
// Save the chosen pivot
// Close the menu
// Function to retrieve data from the input field
// Store the data in the form into variables
// Call the function to resize the canvases
// Function to actually resize the canvases
// Save all imageDatas
// Resize the canvases
// Clear the canvases
// Function to place the imageDatas as specified in the pivot section
// Put the imageDatas in the right position