GitXplorerGitXplorer
X

turpenscape

public
16 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
2e39c1d0059e0f64bb560251183460b4bf8ab86f

Fix #4: CHange webdriver to chrome driver

bbameda committed 8 years ago
Unverified
72f79f6fc57dcc94035f781168a8fd7f82659679

WIP from URL

XXaviju committed 8 years ago
Unverified
74c50087ccf0c36ecf0ca2d355345bc587a7301c

Merge pull request #3 from bameda/master

XXaviju committed 8 years ago
Unverified
be4d6308c39766d8e15a6f534fa70e0292fd32c6

Add module to get web screenshots

bbameda committed 8 years ago
Unverified
207979a04b4f70d831436bd697acb2d033d01c6f

Add wsgi

XXaviju committed 8 years ago
Unverified
c18021593d34d38064099b3d4ad173561927df1e

Merge pull request #2 from bameda/patch-1

XXaviju committed 8 years ago

README

The README file for this repository.

Turpenscape

Turpenscape allows designers to create Inkscape (and Gimp!) palettes from an image. It will extract the most prominent colors of the uploaded image and will return a palette file GPL that can be read by inkscape.

Using Turpenscape

Turpenscape result

Why Turpenscape?

Turpenscape can be very useful to create palettes from images. Designers, looking for inspiration, use images from paintings or photographs to find the colors that fit into their design.

Soon, we will add some example palettes from great artists!

How do I install a palette in Inkscape?

Installing a palette its a very simple process that can be carried out using your File Manager

  1. Generate a palette from the app or download one of our references. Remember to type a memorable palette name.

  2. Copy the individual GPL files into your Inkscape config folder under the palettes folder. If it's not there, create it.

    • For Linux and OS X: the local user directory is ~/.config/inkscape/palettes
    • For Windows: Copy the file under
      • %PROGRAMFILES%\Inkscape\share\palettes. (64 bits)
      • %PROGRAMFILES(x86)%\Inkscape\share\palettes. (32 bits)
  3. Launch Inkscape (close it first if it's already running).

  4. Find the palettes list at the bottom-right part of your screen. You should see your palette in the dropdown.

How can I contribute?

Please fill out an issue and provide a image reference before any pull request. Discussion should be open.

How to create my palette from the Inkscape UI?

That's great too! Although this is not the repo you are looking for. You should totally read how to create custom color palettes in inkscape