Fast-Image-Resizer
Fast-Image-Resizer copied to clipboard
Javafx application to resize images and add them into folders automatically.
``` > java -jar Image.Resizer.jar Error: Could not find or load main class com.marwaeltayeb.fir.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application ``` UPDATE: ``` > java -version java version "11.0.11" 2021-04-20 LTS Java(TM)...
iOS and Windows have their own standard formats for image sizes: - https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/ - https://docs.microsoft.com/en-us/windows/uwp/app-resources/tailor-resources-lang-scale-contrast#scale It would be nice if this application supported generating the standard sizes for Android, iOS,...