Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.07 KB

eclipse-icon-enlarger

Scales Eclipse icons (PNG and GIF) to double their size for QHD laptops.

Download Pre-built Binary

  1. Click release tab
  2. Download enlarger.jar
  3. Run enlarger.jar

How To Build

  1. Clone this repository localy
  2. Run 'mvn clean package'
  3. You eclipse-icon-enlarger.jar with all dependencies is ready!

How To Run

java -jar eclipse-icon-enlarger.jar -b c:\eclipse -o c:\Temp\eclipse_qhd -b,--baseDir This is the base directory where we'll parse jars/zips -h,--help Show help -o,--outputDir This is the base directory where we'll place output -z,--resizeFactor This is the resize factor. Default is 2.

Attention

We recommend:

  1. Install all you favorite plugins prior to icons convertion
  2. Keep original eclipse directory for plugins installations and etc.

The main reason if that is following: first execution will enlarge 2x, but second execution on already converted files will enlarge 2x one more time