Tool to make too icon?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Tool to make too icon?

Jean-Yves Tinevez-2
Hi all,

I was wondering of some of you knew of a tool that would convert a  
small image to a string that can be used as a toolbar icon, as  
described in:

http://rsb.info.nih.gov/ij/developer/macro/macros.html#icons

How do you build yours?

Cheers
jy


--
Jean-Yves Tinevez
PFID - Imagopole
Institut Pasteur
25-28, rue du Docteur Roux
75724 Paris cedex 15
France
tel: +33 1 40 61 31 77
Reply | Threaded
Open this post in threaded view
|

Re: Tool to make too icon?

Volker Baecker
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You can use
http://rsb.info.nih.gov/ij/macros/tools/Image_To_Tool_Icon.txt
Cheers,
Volker

Jean-Yves Tinevez wrote:

> Hi all,
>
> I was wondering of some of you knew of a tool that would convert a small
> image to a string that can be used as a toolbar icon, as described in:
>
> http://rsb.info.nih.gov/ij/developer/macro/macros.html#icons
>
> How do you build yours?
>
> Cheers
> jy
>
>
> --
> Jean-Yves Tinevez
> PFID - Imagopole
> Institut Pasteur
> 25-28, rue du Docteur Roux
> 75724 Paris cedex 15
> France
> tel: +33 1 40 61 31 77
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksOqewACgkQ0gXPLVKexCcYxgCfZ8Hl7ocR5kEya0e0zD5B28tL
ZbQAnRlgl8WeaSPG2+koSLa1q5Hnwimx
=WoKi
-----END PGP SIGNATURE-----

--
passerelle antivirus du campus CNRS de Montpellier
--
Reply | Threaded
Open this post in threaded view
|

Re: Tool to make too icon?

lechristophe
I build all my icons using the linked macro, that is part of the "Icons"
macro toolset.
On a related note, I usually use famfamfam silk icons that make beautiful
toolbar icons :
http://www.famfamfam.com/lab/icons/silk/
They're gorgeous and the only requirement is to cite the author somewhere in
the readme or documentation.
They're gif so I convert them to 8-bit indexed color, use the info (value
under the pointer) to read the index value of the background, and use the
aforementionned macro with the given value as transparent color.

You can see my startup toolbar with such icons :
ftp://ftp-jean-roche.univ-mrs.fr/pub/UMR641/christo/IJ/Toolbar.png

Christophe




On Thu, Nov 26, 2009 at 5:16 PM, Volker Baecker
<[hidden email]>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> You can use
> http://rsb.info.nih.gov/ij/macros/tools/Image_To_Tool_Icon.txt
> Cheers,
> Volker
>
> Jean-Yves Tinevez wrote:
> > Hi all,
> >
> > I was wondering of some of you knew of a tool that would convert a small
> > image to a string that can be used as a toolbar icon, as described in:
> >
> > http://rsb.info.nih.gov/ij/developer/macro/macros.html#icons
> >
> > How do you build yours?
> >
> > Cheers
> > jy
> >
> >
> > --
> > Jean-Yves Tinevez
> > PFID - Imagopole
> > Institut Pasteur
> > 25-28, rue du Docteur Roux
> > 75724 Paris cedex 15
> > France
> > tel: +33 1 40 61 31 77
> >
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAksOqewACgkQ0gXPLVKexCcYxgCfZ8Hl7ocR5kEya0e0zD5B28tL
> ZbQAnRlgl8WeaSPG2+koSLa1q5Hnwimx
> =WoKi
> -----END PGP SIGNATURE-----
>
> --
> passerelle antivirus du campus CNRS de Montpellier
> --
>