Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for an online solution for generating .ICO files. I'd like the ICO files to have the ability to have transparency as well.
What software or web site do you use to create them?
[Update]
To clarify, I have an existing image in PNG format, 32 x 32 pixels. I want to generate the icon from this existing file, not create a brand new one online. Sorry for the confusion.
I have found the application IcoFx useful, you can import pretty much any image type to use for icon creation, including PNG's.
I stumbled upon Icon Sushi a little while back and love it. It hasn't been updated in about a year, but it still works great, even in Vista. Plus it is free.
http://www.towofu.net/soft/e-aicon.php
You could use IrfanView, it's freeware and allows you to convert to ICO. It even allows you to select the transparent color.
I've used it a lot in my projects, since a WinForm needs an ICO file for it's icon, while I usually have PNG or BMP files.
I like MicroAngelo.
I also use Gif Movie Gear to create .ico files.
This online Favicon Generator tool also seems to work fine.
My favorite method is a photoshop plugin to "Save as .ICO".
http://www.telegraphics.com.au/svn/icoformat/trunk/dist/README.html
Fast, works offline, you're already in Photoshop, etc.
png2ico is what I've always used, and perfect for your situation.
Try, it has support for vista style Icons
Axialis IconWorkshop Lite for VS 2008
http://www.axialis.com/download/iwlite.html
Axialis Software, in association with Microsoft Corporation, presents Axialis IconWorkshop Lite for Visual Studio 2008:
* 100% Free for Visual Studio 2008 users;
* Make icons for Windows up to 256×256 PNG-compressed icons for Windows Vista™ and include them in your software projects;
* Use an advanced icon editor with various tools, filters and effects;
* Work efficiently using a Plug-in for Visual Studio 2008;
* Create icons from images or ready-to-use image objects;
* Use a fully integrated workspace with librarian, built-in file explorer with thumbnail preview, image viewer and more…
I can't imagine drawing icons online. Nowadays icons are usually drawn as vectors, and I'm not aware of any online vector packages.
In case you decide to draw off-line instead, I use Xara (www.xara.com) to draw all my computer artwork, and I use Gif Movie Gear to create .ico files. The former is a superb vector package, the latter is just something I have lying around.
I use a simple program called MyViewPad, which can convert (almost) any old image to a .ico file. It's free and easy to use. This may not be what you are looking for though.
Otto, if you could clarify what it is that you need this for, and we are more likely to have good suggestions. Provide a use-case, and someone will probably have some advice to fit it.
Is this something that needs to be done often and automatically, or is this just a one time thing for your app? If the latter is correct, MyViewPad will work.
I use InkScape with is a free vector graphics program.
I use GIMP for my icon design, but it's quite a bit of a pain having to join all the layers together then creating different layers for each icon size before exporting. Hmm maybe I could make my next project writing a plugin for the GIMP.
I stumbled up Greenfish Icon Editor Pro a while back and its been working great for the simple icons I have been needing to make.
Greenfish Icon Editor Pro
The only downside is that it is windows only.
With http://www.favicon.cc/ you can either draw your own, or upload a jpg, jpeg, gif, png, bmp, or ico. And it's a web app, so there's nothing to install. Works very nicely.
When creating icons for my apps using VS, I simply use Paint (32x32) to draw it and save as PNG, then I go to http://www.online-image-editor.com/, upload my PNG, click on the Wizards tab, click the Transparent button, then click on the points in the image I want to make transparent (usually, just the white sections.) I then save the image, go to another web site at http://prodraw.net/online-tool/pic-to-icon.php, upload the saved image from the previous site, set my Preference options, convert, and download. Viola, a transparent icon! Other than the actual drawing of the original image, it literally takes just a couple of minutes.
Related
Need to find out which font in psd is, using gimp. It is possible? Or please tell how can i do it maybe with another app on Ubuntu?
I had the same problem some time ago using Gimp: unfortunatly it rasterizes .PSD fonts, rendering them as images, so if you are looking for some free tools, I've created a PSD fotn extractor from Melitingice Github project psd.js.
If you need more than just font info, I've started something more complex here, with layers and image export.
hope it helps
You can use App and also browser:
https://avocode.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm developing a small IDE, and I'm wondering where I can find a set of IDE icons. A few google searches didn't turn anything up that was too useful. I suppose that's probably because an 'ide icon set' wouldn't get very many purchases (compared to more generic icons).
In any case, does anyone know where I can get some such icons? Certain icons such as save, load, etc I can find myself. I'm looking for more debugging-related icons.
Icons I'm interested in include:
start debug
step over, step into, etc
run/debug
view dissassembly
etc.
I'd like some larger ones for the main toolbar, plus some mini's for to sit beside important actions in the dropdown menus.
I will very likely not be profiting from my humble IDE, but in the case that I 'go commercial', I'd like the icons' license(s) to not limit me that way. I have no problem with attribution in the about menu and in the code, however.
Finally, commercial icons are not at all off-limits if they're reasonably cheap, but I'd prefer free ones :)
Thanks!
Update: 100 rep bounty
Here is an example set of icons that would be perfect (size/style) if it included the actual icons I need. In fact I'll probably use some of those icons anyway, such as the cut, paste and save icons. I also might use the 'play' and 'record' buttons for start and create breakpoint respectively.
I'm especially looking for step/run-to-cursor icons. Preferred icon size: 22x22px.
EDIT: What about the Netbeans icons? They're the perfect size and look very nice, but I can't seem to find any information about whether or not I'm allowed to use them. I realize netbeans is opensource, but I can't figure out if I can take the icons.
EDIT: It turns out that using NetBeans icons is fine, so I'm going with that. Thanks everyone!
A set of icons with a liberal license can be found at http://www.famfamfam.com/lab/icons/silk/. They're not IDE specific, but there are lots of them, only 16x16 though.
You could use some of the icons from Eclipse = they are available under the same licence as the rest of Eclipse. I had a quick look at my local install of Eclipse and lots of the icons are in subfolders under configuration\org.eclipse.osgi\bundles so you could search through the .gifs under there.
About using Standard Microsoft Icons.
The vast majority of developers out there don't know that Visual Studio comes with an Image Library. So here goes two links that highlight it:
About using Microsoft Visual Studio 2010 Image Library.
About using Microsoft Visual Studio 2008 Image Library.
how about http://sekkyumu.deviantart.com/art/Developpers-Icons-63052312
"You are free to use these icons on personal and/or commercial projects without any attribution or credit. "
(source: deviantart.net)
EDIT
also look at http://lokheed.deviantart.com/art/gperfection-sup2-Icon-Set-18530981
AND
Fugue Icons
Preview(Big)
And here (BUT ITS $74.5) ->
http://www.awicons.com/stock-icons/xp-artistic-icons/
Step-over
Compile
Step-into
Run to cursor
The Crystal icons are pretty cool.
this is a nice icon set: http://p.yusukekamiyamane.com/
can find just about anything else here: http://www.iconfinder.com/
The Humanity icons from Ubuntu are awesome.
100% SVG, license GPLv2.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want a set of mimetype icons to go with my file uploads, to show in users' files lists and the like.
It should be:
16x16 PNG or JPG (other sizes through 64x64 would be a bonus but not required)
already organized such that I can do e.g. mimetype.sub('/','-') + '.png' and get the icon file name (I'd like to avoid spending a bunch of time figuring out the associations)
not platform specific, preferably using properitary apps' native icons where available (e.g. a .zip icon should not look like a KDE box)
pretty but readable and suitable to a general audience ;-)
What's a good package for this?
I found these: http://openiconlibrary.sourceforge.net/gallery2/?./Icons/mimetypes/oxygen-style
Edit 14-09-09 15:14 the link is now dead.
I don't know anymore how the above looked but I like these too: https://github.com/pasnox/oxygen-icons-png/tree/master/oxygen
I like Silk Icons. They contain over 700 16-by-16 pixel icons in strokably-soft PNG format and licensed under a Creative Commons Attribution 2.5 License.
Given the sheer volume of mime types out there, I think it's unlikely that you'll find a collection which encompasses all of them.
For a reasonable subset, what about Crystal Clear? The mime types aren't handed to you on a plate, but it should be reasonably easy to spot which ones map to where I would think?
there is an open source project :
https://github.com/teambox/Free-file-icons
it came in handy for me. when creating my file manger ..
it support 4 sizes (16,32,48,512) along with good naming [uniformed]
add to that the an .ai file came with it in case you wish to edit.
I've been hunting for such an icon set, but all of the ones I've found have some reason not to use them (usually missing MIME types for Office 2007+ formats).
However, I stumbled across this WordPress plugin which has a great set of icons in a number of sizes with standardized naming (based on file extension).
I know they can't be used directly with MIME types, but it's generally not too difficult to extend a system to support file extensions.
Edit: I don't use WordPress... just the icons.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I make a lot of simple single executable applications for various things at home and at work. Icons always seem to be a problem for me I am not a designer. Like most I can do a little here and there with photoshop, gimp and paint.net. However I should not be trusted if things need to look "good".
The question is how do you deal with icons for small (often one day) projects that just need something unique. Nothing flashy just enough that the user can associate it with its use and find it quickly on a desktop. Even something like the Gravatar fractal based icons would be a good starting point.
I'm aware that when asked about free icons the big box of knowledge comes back with many results but I want to know what my peer (and superior) developers do in these kinds of situations.
If it's icon-making software you use and you're enough of a designer that it doesn't look awful that's great, but may not be doable for me.
Do you ever buy icons? What is a reputable site for commercial products and where would you steer clear of?
Lastly what types of licenses do you look out for when using free icons found around the net?
First off, a disclaimer - I'm not an application developer, but a (amateur, technically speaking, since I'm not getting paid for this) web designer/developer. I use a lot of icons in my projects, but since I'm on a budget of $0.00, I have a fairly large collection of icons obtained from the internet, so I feel that I should have some say on this matter.
Automatically Generating your Icons
Automatically generated icons are a big no-no for me. Unless your application is a fractal generator, the generated icons usually won't fit the application. You're better off sticking to the plain or if you're using this.
Free Icons
Free icons are pretty good if you don't need anything too fancy. You didn't mention anything about whether the projects are commercial in nature, because legality is a big factor in determining what you can use. Also remember that in Vista/Windows 7 icons can go as big as 256x256 - icons of that size are not usually available for free icons.
In terms of legality, options for using free icons for commercial software is a lot less, than say, a freeware/FOSS project. Look carefully at the licenses: Creative Commons is a fairly popular choice these days, but there are others. Usually attribution is required, which usually means acknowledging them in the "About" section or the "README" file.
Sources for Free Icons
Like I said, I know of a lot, but these are the ones that I feel you should look at first.
Open Source Desktop Icon Projects.
Tango Desktop Project Base Icons (Public Domain, attribution preferred)
Crystal Icon Project (LGPL)
Hydroxygen Icon Project (CCGNU/GPL)
Candy Desktop Project (GPL)
Prominent Icon sets*
FamFamFam Silk (CC-by 2.5)
Buuf Iconset (CC-by-sa-nc 3.0)
Fugue Icons (CC-by 3.0)
Sources
Icon Archive
DeviantArt
Designing your own
Well, I can't say how good the icons are without actually looking at your icons, but there are certain things to keep in mind, specifically the Windows Icon Design Guideline published by Microsoft.
There are far too many if you want a complete list, but these are the good ones
The silk icons are free:
“Silk” is a smooth, free icon set, containing over 700 16-by-16 pixel icons in strokably-soft PNG format. Containing a large variety of icons, you're sure to find something that tickles your fancy. And all for a low low price of $0.00. You can't say fairer than that.
There are also the lesser-known Silk Companion 1 and Silk Companion II, icon sets from other designers in the same style as (and often based on) Silk.
I've found the GlyFX icon sets to be really well made, and worth their money. They provide a great range of icons, both in the Windows XP and now in the Vista style.
They also have a product called "Iconbox" which is basically custom-made icons for other customers that didn't insist on them being exclusive - so they sell these off to interested developers, too.
GlyFX also does custom work, if you really need something done e.g. for a commercial or semi-commercial product, at quite reasonable rate (last time I checked, anyway).
Highly recommended.
Marc
lgpl icons for use in commercial, gpl seems to work for everything else.
The gravatar icon is a cool idea. I guess you'd just have to convert them over to ico's.
Typically I just take something that's already in the development library. Otherwise there's tons of desktop icons out there to choose from.
I held an icon design contest with a $400 usd award, for a new icon for my program. It required a lot of sketching and feedback on every entry and there was little time for anything else. There was no awards to second places and I think it really affected how much effort people would spend on it.
Make sure you have plenty of time available for this. Make sure there is awards to 1st, 2nd, 3rd place.
In retrospect.. there must be another way to get a good icon made.
I'm found the Yusuke Kamiyamane's Fugue and Diagona icon sets useful. The Fugue set has 3000 icons, and Diagona 400. Fugue offers a variety of concepts, with variants of some.
You may also find this previous question useful.
I like the perfect icon icon suites. These are paid icons, but are pretty cheap and are high quality. They will also design custom icons for you for around $15.
http://www.perfecticon.com/
I know this has been asked before, but I am hoping that there are more options available now.
I am looking for a nice simple image editing plugin that I can include in my document imaging system.
It doesn't need serious photoshop type functionality, just the basics like zooming,cropping,resizing,flipping and rotating.
Doesn't have to be a freebie component, but I would prefer there to not be runtime licenses because there will e multiple implementations of our product.
btw - website is in ASP.Net
Thanks
Craig
We use CuteEditor from www.cutesoft.net, its a great html editor and has a good uploading and image editing, I think these can be used outside the editor: see: http://cutesoft.net/forums/9329/ShowPost.aspx