definitions.icons: converted TIFF icons to PNG

Slava, don't forget to copy these PNGs into the "/icons" root on docs.factorcode.org
db4
Keith Lazuka 2009-09-28 15:53:39 -04:00
parent bf2cfd0aa6
commit 53789bef1b
30 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

View File

@ -8,7 +8,7 @@ IN: definitions.icons
GENERIC: definition-icon ( definition -- path ) GENERIC: definition-icon ( definition -- path )
: definition-icon-path ( string -- string' ) : definition-icon-path ( string -- string' )
"vocab:definitions/icons/" prepend-path ".tiff" append ; "vocab:definitions/icons/" prepend-path ".png" append ;
<< <<

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: namespaces cache images images.loader accessors assocs USING: namespaces cache images images.loader accessors assocs
kernel opengl opengl.gl opengl.textures ui.gadgets.worlds kernel opengl opengl.gl opengl.textures ui.gadgets.worlds
memoize images.tiff ; memoize images.tiff images.png ;
IN: ui.images IN: ui.images
TUPLE: image-name path ; TUPLE: image-name path ;