Resize 4x image(png/jpeg) for ios/android/flutter
Move application (ImgResize.exe for windows, ImgResize_mac_os for mac os) to image folder and execute it.
📦example ┣ 📜cat1.jpg ┣ 📜cat2.jpg ┣ 📜cat3.jpg ┣ 📜ImgToMobile.exe ┗ 📜ImgToMobile_mac_os
become to
📦example ┣ 📂android ┃ ┣ 📂drawable-hdpi ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┣ 📂drawable-mdpi ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┣ 📂drawable-xhdpi ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┣ 📂drawable-xxhdpi ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┗ 📂drawable-xxxhdpi ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┣ 📂flutter ┃ ┣ 📂1.5x ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┣ 📂2.0x ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┣ 📂3.0x ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┣ 📂4.0x ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┗ 📜cat3.png ┃ ┣ 📜cat1.png ┃ ┣ 📜cat2.png ┃ ┗ 📜cat3.png ┣ 📂ios ┃ ┣ 📂cat1.imageset ┃ ┃ ┣ 📜cat1.png ┃ ┃ ┣ 📜[email protected] ┃ ┃ ┣ 📜[email protected] ┃ ┃ ┗ 📜Contents.json ┃ ┣ 📂cat2.imageset ┃ ┃ ┣ 📜cat2.png ┃ ┃ ┣ 📜[email protected] ┃ ┃ ┣ 📜[email protected] ┃ ┃ ┗ 📜Contents.json ┃ ┗ 📂cat3.imageset ┃ ┃ ┣ 📜cat3.png ┃ ┃ ┣ 📜[email protected] ┃ ┃ ┣ 📜[email protected] ┃ ┃ ┗ 📜Contents.json ┣ 📜cat1.jpg ┣ 📜cat2.jpg ┣ 📜cat3.jpg ┣ 📜ImgToMobile.exe ┗ 📜ImgToMobile_mac_os