Tags
Creators
Details
Licensed ARR
Published last month
Updated last week
All versions
1.3.0-forge-1.20.1
Release
Chimage 1.3.0 Forge 1.20.1last week 21
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added save & copy buttons in fullscreen view and preview window
- Fixed copying gifs (now copies full gif not first frame)
- Fixed entering into editor with gifs while they still load
- Set minimum preview width
- Fixed 1.20.1 window resize glitch with images on chat
- New hide/show background buttons
- Drasitaclly improved brush preview
- Rewrote zoom and move logic with new zoom indicator
- Added Klipy.com support
- More tooltips on preview UI
- Fixed non-corner anchors in text tool
- Fixed undo/redo problems with select tool
- Load F2 screenshots as attachments via chat button
- Added auto resize to undo history
- Fixed zoom/position indicator being above font dropdown
- Faint chimage text in bottom left of the editor
- Fixed text tool not applying bounds clipping on text apply
- Hidden server config if not operator
- Fixed fill diagonals shift shortcut
- Added more [i] tips about shortcuts like ctrl+scroll
- (Config) Always shown preview (select from PC/new file)
- Added Cooldown visual indicator (red border on preview)
- Brought back /msg support (customizable per command and togglable via config)
- Added Compress on receive
- Added Remix button (modifying someone else's images, on hover or fullscreen, config)
- Replaced text based checkboxes in some settings with drawn icons (fill, ratio, triangle, center spread)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ImageHost.zip | Unknown | 3.53 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:SgvyZjmJ:E6U8tJjO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SgvyZjmJ:E6U8tJjO"
}

