Skip to content

Commit

Permalink
Version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jan 19, 2022
1 parent e5695cd commit 48dcaa8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ImageScaler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ javadoc{

compileJava.options.encoding = 'UTF-8'
sourceCompatibility = 1.8
version = 'v2.4'//Don't forget Main.java
version = 'v2.5'//Don't forget Main.java
shadowJar.archiveName = 'ImageScaler-' + project.version + '.jar'

repositories{
Expand Down
2 changes: 1 addition & 1 deletion ImageScaler/src/dev/roanh/imagescaler/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public void done(){
links.add(forum);
links.add(git);
version.add(links);
version.add(Util.getVersionLabel("ImageScaler", "v2.4"));//XXX the version number - don't forget build.gradle
version.add(Util.getVersionLabel("ImageScaler", "v2.5"));//XXX the version number - don't forget build.gradle
forum.addMouseListener(new ClickableLink("https://osu.ppy.sh/community/forums/topics/762684"));
git.addMouseListener(new ClickableLink("https://github.com/RoanH/ImageScaler"));

Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Image Scaler ![](https://img.shields.io/github/release/RoanH/ImageScaler.svg) ![](https://img.shields.io/github/downloads/RoanH/ImageScaler/total.svg)
# <img src="ImageScaler/src/icon.png" width="40"/> Image Scaler [![](https://img.shields.io/github/release/RoanH/ImageScaler.svg)](https://github.com/RoanH/ImageScaler/releases) [![](https://img.shields.io/github/downloads/RoanH/ImageScaler/total.svg)](#downloads)
Simple but powerful batch image rescaler.

# Forum post
[Jump directly to downloads](#downloads)

# Description
So a little while ago a friend of mine came up with the idea to write a program that would automatically create SD images for already existing HD (@2x) skin images.
And now that program is done :D.

Expand All @@ -16,8 +18,8 @@ And if you find any bugs or think of nice features feel free to report/request t

## Downloads
_Requires Java 8 or higher_
- [Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.4/ImageScaler-v2.4.exe)
- [Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.4/ImageScaler-v2.4.jar)
- [Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.5/ImageScaler-v2.5.exe)
- [Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.5/ImageScaler-v2.5.jar)

All releases: [releases](https://github.com/RoanH/ImageScaler/releases)
GitHub repository: [here](https://github.com/RoanH/ImageScaler)
Expand Down

0 comments on commit 48dcaa8

Please sign in to comment.