File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
src/dev/roanh/imagescaler Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ javadoc{
23
23
24
24
compileJava. options. encoding = ' UTF-8'
25
25
sourceCompatibility = 1.8
26
- version = ' v2.4 ' // Don't forget Main.java
26
+ version = ' v2.5 ' // Don't forget Main.java
27
27
shadowJar. archiveName = ' ImageScaler-' + project. version + ' .jar'
28
28
29
29
repositories {
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ public void done(){
357
357
links .add (forum );
358
358
links .add (git );
359
359
version .add (links );
360
- version .add (Util .getVersionLabel ("ImageScaler" , "v2.4 " ));//XXX the version number - don't forget build.gradle
360
+ version .add (Util .getVersionLabel ("ImageScaler" , "v2.5 " ));//XXX the version number - don't forget build.gradle
361
361
forum .addMouseListener (new ClickableLink ("https://osu.ppy.sh/community/forums/topics/762684" ));
362
362
git .addMouseListener (new ClickableLink ("https://github.com/RoanH/ImageScaler" ));
363
363
Original file line number Diff line number Diff line change 1
- # Image Scaler ![ ] ( https://img.shields.io/github/release/RoanH/ImageScaler.svg ) ![ ] ( https://img.shields.io/github/downloads/RoanH/ImageScaler/total.svg )
1
+ # < 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 )
2
2
Simple but powerful batch image rescaler.
3
3
4
- # Forum post
4
+ [ Jump directly to downloads] ( #downloads )
5
+
6
+ # Description
5
7
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.
6
8
And now that program is done : D .
7
9
@@ -16,8 +18,8 @@ And if you find any bugs or think of nice features feel free to report/request t
16
18
17
19
## Downloads
18
20
_ Requires Java 8 or higher_
19
- - [ Windows executable] ( https://github.com/RoanH/ImageScaler/releases/download/v2.4 /ImageScaler-v2.4 .exe )
20
- - [ Runnable Java Archive] ( https://github.com/RoanH/ImageScaler/releases/download/v2.4 /ImageScaler-v2.4 .jar )
21
+ - [ Windows executable] ( https://github.com/RoanH/ImageScaler/releases/download/v2.5 /ImageScaler-v2.5 .exe )
22
+ - [ Runnable Java Archive] ( https://github.com/RoanH/ImageScaler/releases/download/v2.5 /ImageScaler-v2.5 .jar )
21
23
22
24
All releases: [ releases] ( https://github.com/RoanH/ImageScaler/releases )
23
25
GitHub repository: [ here] ( https://github.com/RoanH/ImageScaler )
You can’t perform that action at this time.
0 commit comments