Search found 68 matches

by rosros
Tue Jun 11, 2013 5:12 pm
Forum: Inkscape Resources
Topic: OpenOffice Palettes
Replies: 6
Views: 4470

Re: OpenOffice Palettes

I've just tried the "download link" (green arrow) on the right of the DA page and it does work. The file is a zipped file with gpl palettes and preview pdf files; the content must be unzipped and moved to the right places. If the zipped file is updated the direct link might change - as Laz...
by rosros
Mon Jun 10, 2013 6:42 pm
Forum: Inkscape Resources
Topic: OpenOffice Palettes
Replies: 6
Views: 4470

OpenOffice Palettes

The following OpenOffice (2.3) palettes have been converted to gpl format:
cmyk
gallery
palette_en-US
standard
sun-color
web
http://rosros-3.deviantart.com/art/Oo2-3-377037975?q=gallery%3Arosros-3&qo=0
HTH
rosros
by rosros
Tue May 14, 2013 6:26 pm
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Re: Spectra (Spectra256)

Gimp gradients can be loaded in Spectra (make sure you got the most recent release) with any of the four Gimp interpolation methods (linear, sinusoidal, curved, spherical increasing and spherical decreasing), for instance: https://a.fsdn.com/con/app/proj/spectrag/screenshots/BWSphericalInc.png Spect...
by rosros
Mon May 13, 2013 5:35 pm
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Re: Spectra (Spectra256)

If color segments are linear only in svg gradients, one could save the gradient in Spectra
as a map gradient (255 nodes), then open it and re-save it as Gimp gradient for
direct drag and drop on Inkscape canvas.
The number of steps (nodes) can be reduced by increasing the colordistance.
rosros
by rosros
Mon May 13, 2013 5:03 pm
Forum: Inkscape Resources
Topic: Replacement of palettes
Replies: 2
Views: 3445

Re: Replacement of palettes

Yes, that would be nice!
rosros
by rosros
Mon May 13, 2013 5:02 pm
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Spectra V. 20130513

Main updates: User: Colorspaces: RGB, HSV, RYB (Itten's), CMY, CMYK Palettes: generation and modification, new formulas for generation (complementary, triadic and tetradic), HTML color chart generation, sorting of colors Palettes and gradients: saving with 'colordistance' to reduce the number of col...
by rosros
Sat May 11, 2013 1:53 am
Forum: Inkscape Resources
Topic: Replacement of palettes
Replies: 2
Views: 3445

Replacement of palettes

What about a quick way to test a number of different color schemes on a drawing? Here is a proposal: 0.0) Make sure you have python 2.7 installed. 0.1) DO NOT USE FILENAMES CONTAINING SPACES. 1) Select the palette you want to use and use only those colors in the drawing. Colors that do not belong to...
by rosros
Wed May 01, 2013 2:55 am
Forum: Inkscape Resources
Topic: Crayola Palette
Replies: 8
Views: 6789

Re: Crayola Palette

The palette was created by extracting the list of colors values from http://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors . Since they are in alphabetical order and I prefer a more visual ordering, I sorted them by hue; there are many ways to do that but I used "python" (programming ...
by rosros
Mon Apr 29, 2013 6:17 pm
Forum: Inkscape Resources
Topic: Crayola Palette
Replies: 8
Views: 6789

Crayola Palette

Crayola palette from wikipedia, for use in Inkscape. Colors are sorted by hue.
Detailed analysis of colors (CMYK) in a pdf file (pdf conversion of a postscript file I programmed manually).
http://rosros-3.deviantart.com/art/Crayola-368592163
HTH
Rossano
by rosros
Sat Oct 29, 2011 12:09 am
Forum: General Discussions
Topic: Stand-alone gradient editor
Replies: 15
Views: 5763

Re: Stand-alone gradient editor

Dear Alexandre & all the others, the current code is on DA (see link above) and is actually a partial exhumation of the (now very) old code. "Spectra256" does not include the PSPgradient format but gradient export is possible to ggr (with alfa channel) and map (256 color points, withou...
by rosros
Sun Oct 16, 2011 2:23 am
Forum: Tricks & Tutorials
Topic: Generation of thumbnails in WXP
Replies: 0
Views: 1316

Generation of thumbnails in WXP

The following code can be cut and pasted into a Windows batch file for generating png thumbnails of all the svg files in a directory and its subdirectories. A thumbnail is not generated if the svg file has not changed (after the previous generation). In order to use this: 1. Create a new directory a...
by rosros
Tue Aug 23, 2011 7:07 pm
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Re: Spectra (Spectra256)

Now the svg gradient import works (in version 20110823); one can save an Inkscape gradient in ggr format for use in The Gimp (or for re-import in Inkscape).
by rosros
Tue Aug 16, 2011 2:09 am
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Re: Spectra (Spectra256)

I have fixed the 'rgb_to_hsv' matter and also checked some formulas. It now works correctly in my systems (Linux and WXP).
by rosros
Tue Aug 16, 2011 1:14 am
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Re: Spectra (Spectra256)

I have added the code to support the ggr format; which is now available both for import and for export (opening and saving). The internal representation of the gradient is a list of 256 4-color (RGBA) tuples; when saving to 'map' the A component is discarded. When saving to ggr, there is a limited a...
by rosros
Wed Aug 10, 2011 8:13 pm
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Re: Spectra (Spectra256)

I have added a few formulas and gradients. The program should work with minor corrections on all systems that run python;
I have only WXP and Linux for testing.
by rosros
Wed Aug 10, 2011 6:27 pm
Forum: Programming
Topic: Spectra (Spectra256)
Replies: 14
Views: 6230

Spectra (Spectra256)

It's a small gradient creator/editor I wrote in python a few years ago. I have made a few minor corrections. Only "map" gradients are supported. http://rosros-3.deviantart.com/art/Spectra256-252042986 Inkscape can import gimp gradients (ggr). I wrote most of the code for ggr export, and I ...
by rosros
Wed Aug 10, 2011 4:59 pm
Forum: SVG / XML Code
Topic: navigating in different svg like html anchors
Replies: 2
Views: 5983

Re: navigating in different svg like html anchors

Example: cut and paste this into a text editor and save the file as "svglink.svg" <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <a xlink:href="svg/link2.svg" target="_top"> <rect x="10" y="20"...
by rosros
Wed Aug 10, 2011 4:27 pm
Forum: Tricks & Tutorials
Topic: SVG fixing
Replies: 1
Views: 1390

SVG fixing

Guide colors other than the default value corrupt the SVG file; I found the following string in the svg inkscape:color="rgb:ÿ," and corrected it manually to inkscape:color="#ff0000" which restored the svg file. Inkscape 0.48+devel r10414 on WXP. Bug (?) reported on launchpad. I h...
by rosros
Wed Feb 27, 2008 10:45 pm
Forum: Work in progress
Topic: Chinese Modern Cursive Characters (Jincao)
Replies: 7
Views: 4905

Re: Chinese Modern Cursive Characters (Jincao)

Thanks microugly! Here are two versions: ________________ROUNDED_____________VS._____________SEMIFLAT______________ http://tn3-1.deviantart.com/fs29/300W/f/2008/058/e/3/LI3_marble_rounded_by_rosros_3.png http://tn3-1.deviantart.com/fs28/300W/f/2008/058/5/6/568f04c54fa2e042.png Respective large image...
by rosros
Wed Feb 27, 2008 7:03 pm
Forum: Work in progress
Topic: Chinese Modern Cursive Characters (Jincao)
Replies: 7
Views: 4905

Re: Chinese Modern Cursive Characters (Jincao)

Thank you for checking the meaning of the words (they are intended as descriptive labels). I selected the character (on bottom left of the marble version) from the tables of "Read About China in Cursive Script by Chang Yi-nan " (http://www.flickr.com/photos/pzlabs/sets/709578/), I then pro...
by rosros
Tue Feb 26, 2008 7:54 pm
Forum: Work in progress
Topic: Chinese Modern Cursive Characters (Jincao)
Replies: 7
Views: 4905

Re: Chinese Modern Cursive Characters (Jincao)

What do you think microUgly?
by rosros
Sat Feb 23, 2008 7:01 pm
Forum: Work in progress
Topic: Chinese Modern Cursive Characters (Jincao)
Replies: 7
Views: 4905

Re: Chinese Modern Cursive Characters (Jincao)

A more language-oriented version (work in progress)
Image
LARGE IMAGE:
http://fc02.deviantart.com/fs29/i/2008/056/a/a/LI3_GRAD_by_rosros_3.png
by rosros
Sat Feb 23, 2008 5:30 pm
Forum: Work in progress
Topic: Chinese Modern Cursive Characters (Jincao)
Replies: 7
Views: 4905

Chinese Modern Cursive Characters (Jincao)

Work in progress of 3D Chinese cursive character (Hanzi) Li3 (inside, short distance [about 500 m]) in marble ("botticino")

Image
by rosros
Thu Dec 13, 2007 10:05 pm
Forum: Inkscape Resources
Topic: Gradients Central 100 MB served
Replies: 5
Views: 3873

Re: Gradients Central 100 MB served

Good! Please make sure to download "ggr-grads-0_4c.7z" (latest release)! "AV", "thegimp" and "nevit" are collections that I have found in the net, I have retained the original readme files (if any), "rrggr" contains gradients that I have created or p...
by rosros
Thu Dec 13, 2007 3:53 am
Forum: Inkscape Resources
Topic: Gradients Central 100 MB served
Replies: 5
Views: 3873

Gradients Central 100 MB served

This might be a milestone for my sourceforge project. The file of the gradients (.7z) now contains 780 gradients plus small png preview images for each, and is (in compressed form) about 3 MB large (the other files, i.e. the pdf-previews, gpl-palettes and gpl-palettes tests are respectively 1.4 MB, ...

Go to advanced search