Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirblobman/image-multi-rotator
A useful utility to help with creating rotation animations for mods and resource packs.
https://github.com/sirblobman/image-multi-rotator
application forge image java minecraft rotation utility
Last synced: 27 days ago
JSON representation
A useful utility to help with creating rotation animations for mods and resource packs.
- Host: GitHub
- URL: https://github.com/sirblobman/image-multi-rotator
- Owner: SirBlobman
- Created: 2018-11-11T22:21:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:06:49.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:03:30.152Z (6 months ago)
- Topics: application, forge, image, java, minecraft, rotation, utility
- Language: Java
- Homepage: https://www.sirblobman.xyz/
- Size: 16.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Image Multi-Rotator
Image Multi-Rotator is a utility application that helps with creating rotation animations.I used this with in my Gemmary mod to create the rotating atom textures.
## Requirements
- Java 17
- A way to execute JAR files (terminal/CMD)
- An image that has the same width and height (Examples: 16x16, 32x32, 512x512)### Usage Format:
```cmd
java -jar "Image-Multi-Rotator.jar" "" ""
```### Example Input / Ouput
#### Command
```cmd
java -jar "Image-Multi-Rotator-2.0.0-SNAPSHOT.jar Apple.png Apple-animated.png 10
```#### Input
![Apple Before](/example/Apple.png?raw=true "Apple Before")`Apple.png`
#### Output
![Apple After](/example/Apple-animated.png?raw=true "Apple After")`Apple-animated.png`
#### Output Meta
```json
{
"animation": {
"frametime": 1
}
}
````Apple-animated.png.mcmeta`