Skip navigation.

Open Clip Art Library Release 0.15 Announcement

General
General

July 8, 2005 - Release 0.15 of the Open Clip Art Library
(www.openclipart.org) is now on-line for download as an individual
package consisting of 4336 images submitted by over 430 artists from
around the world. The amount of high quality clip art has increased much
with the inclusion of Nicu Buculei's Playing Cards collection and Gerald
Ganson's package submission.

During the month of June, thanks to Google's Summer of Code, a student
developer, Greg Steffensen, has received funding to construct a
graphical client for the Open Clip Art Library. This client will be able
to be used inside Inkscape and other applications on the free desktop.
Also, this work is dependent upon the new document management system
(DMS) and is planned to use its SOAP-based webservice API to communicate
with the Open Clip Art Library.

In other news, developers Bryce Harrington and Jon Phillips are
scheduled to present at Desktop Developers' Conference 2005 in Ottawa,
Canada July 18-19. Harrington is presenting "Inkscape - An Open Source
Vector Drawing Application" and Phillips is promoting "Introduction to
the Open Clip Art Library," which will also be shown at SVG Open 2005 in
Enschede, Netherlands.

For the month of July, the focus of the project will continue to be
collecting summer themed clip art. However, in the background DMS will
be further connected and tested with openclipart.org's internals.

The project encourages any interested person(s) to submit clip art
and/or to lend a hand to make the Open Clip Art Library a more extensive
resource of contributed clip art.

The Open Clip Art Library. Drawing Together.

Use the following URLs to download the latest release of the Open Clip
Art Library:

http://www.openclipart.org/downloads/0.15/openclipart-0.15.tar.bz2

http://www.openclipart.org/downloads/0.15/openclipart-0.15.tar.gz

http://www.openclipart.org/downloads/0.15/openclipart-0.15.zip

http://www.openclipart.org/downloads/openclipart-0.15-win32.exe

The Open Clip Art Library (http://www.openclipart.org/) aims to create
an archive of user contributed clip art that can be freely used. All
graphics submitted to the project are placed into the Public Domain
according to the Creative Commons Public Domain Declaration.

Testing

We've known about these sorts of issues with various SVG renderers for a while now. We always test rendering of each image using inkscape, but of course people will want to use images with the other svg renderrs.

As a way to hopefully detect and track issues like these a bit better, I've written a svg regression testing program (it can be downloaded from inkscape's file area). Example results: http://inkscape.org/svg_rendertest_example/ It basically attempts to render a set of SVG's using a variety of renderers (cairo, batik, rsvg, inkscape...) to both see if they CAN render it, and then do a visual diff comparison to see how WELL they render it compared to other renderers.

This will be useful not only to OCAL for QA purposes to exclude problematic images, but also will be useful for doing testing of the renderers themselves, INCLUDING the problematic images, so they can make sure they handle them correctly. I'm planning on integrating this test into the Inkscape automated regression test system in the next few weeks, and I've spoken with carl worth who's interested in using it for Cairo.

Anyway, so what this all means is that in the short term be patient, but over the coming months we'll be tightening things up better, and in the long term this will also be helpful for improving the overall state of SVG rendering throughout the larger open ssource community. Ultimately, I think it would be cool if OCAL could simulateously serve as a repository of good images for users, and a collection of (ahem) "test cases" for developers. :-)

Bryce