WR Image Optimizer (FREE)
A downloadable Plugin
๐ฅ Reduce your RPG Maker MV project size by up to 90%
From 1.3GB โ 150MB
Built for Android, browser builds, and image-heavy games.
๐ก What is this?
WR Image Optimizer is a free plugin that enables WebP image loading in RPG Maker MV, allowing your game to load optimized images instead of large PNG files.
- โ Loads .webp instead of .png
- โ Dramatically reduces file size
- โ Improves performance on mobile and web
- โ Safe PNG fallback (no risk)
๐ Real Results
Tested on a real project:
- ๐ฆ Before: 1.3 GB (PNG)
- โก After: 150 MB (WebP)
๐ ~90% smaller
๐ No noticeable quality loss in-game
๐ฑ Why use this?
This plugin solves common RPG Maker MV problems:
- โก Slow loading times
- ๐ Large download sizes (especially for web builds)
- ๐พ High memory usage on Android
- ๐ฅ Crashes on mobile devices
๐ง How it works
img/pictures/MyImage.webp โ loaded first img/pictures/MyImage.png โ fallback
- โ No need to rewrite events
- โ Fully backwards compatible
โ ๏ธ Editor Limitation
RPG Maker MV does not support WebP in the editor.
- You must keep PNG files during development
- The editor only displays PNG images
- WebP is used only at runtime via the plugin
๐ ๏ธ Deployment Workflow
During development:
- โ Keep both .png and .webp
After deployment:
- โ Manually remove or replace PNG files in your final build
๐ Required for maximum size reduction
โ๏ธ Converting PNG โ WebP (FFmpeg)
Recommended (high quality):
ffmpeg -i input.png -q:v 90 -pix_fmt yuva420p output.webp
- โ Preserves transparency
- โ Very high quality
- โ Ideal for CG and scenes
๐ Convert a folder (Windows)
for %i in (*.png) do ffmpeg -i "%i" -q:v 90 -pix_fmt yuva420p "%~ni.webp"
๐ Convert all subfolders
for /r %i in (*.png) do ffmpeg -i "%i" -q:v 90 -pix_fmt yuva420p "%~dpni.webp"
๐ฏ Recommended Usage
Use WebP for:
- CG / scenes
- Backgrounds
- Visual novel content
Keep PNG for:
- Tilesets
- Characters
- UI / system graphics
๐งฑ Scope
This plugin only affects:
- img/pictures/
It does NOT modify:
- characters
- tilesets
- UI
- system images
โ๏ธ Why this matters
RPG Maker MV projects often become very large due to PNG images, especially in visual novels or image-heavy games.
This plugin directly solves:
- Large project sizes (1GB+ games)
- Slow browser loading
- Poor Android performance
- High memory usage
โค๏ธ Free Plugin
This plugin is completely free.
- โญ Rate it
- ๐ฌ Share your results
- ๐ Spread the word
โ ๏ธ Encryption Note
This plugin is designed for standard picture loading and WebP workflows. If you use RPG Maker MV's default image encryption, WebP loading will not work as intended.
For best results, use this plugin with non-encrypted files in img/pictures/.
๐ฌ Developer Note
Some parts of this page were written with the help of AI to keep the information clear and structured.
The plugin itself is something I actively use in my own projects to optimize Android performance and reduce web build size.
I decided to release it for free because the results were honestly too good not to share.
| Published | 8 days ago |
| Status | Released |
| Category | Assets |
| Author | WhiteRaven |
| Tags | android, optimization, performance, plugin, RPG Maker, RPG Maker MV, tool, web |
| AI Disclosure | AI Assisted, Code |
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.