Skip to content

A very simple SWT viewer for Adobe Swatch Exchange files created by kuler

Notifications You must be signed in to change notification settings

DanielWeber/kulerviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

What’s this?

This is a very simple (regarding features and implementation) SWT viewer for Adobe ASE files created by kuler 1. It has not been tested with .ase files from other sources. All I wanted to achieve was to have an easy way of ‘reading’ downloaded .ase files with a free application.

The implementation bases on the description of the .ase file format povided by Carl Camera .

How do I use it?

It accepts a single command line parameter, an .ase file:

java -jar kulerviewer.jar myTheme.ase

When run, it will open up a dialog displaying all colors 2 described in the .ase file.

If no file is specified, an empty dialog will be shown.

Once open, you can also drag and drop .ase files to the dialog, which will then be updated to show the contents of that .ase file.

Right-clicking on one of the colors will copy the hex-code representing the same RGB color to the clipboard so that you can paste it somewhere, e.g. into a css file.

1 kuler is a web application provided by Adobe which allows to create and share color themes.

2 Currently, only RGB coded colors are supported. Neither CMYK nor any of the other formats that may occur in .ase files are supported.

About

A very simple SWT viewer for Adobe Swatch Exchange files created by kuler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages