All Projects → macmade → ICNS2ICO

macmade / ICNS2ICO

Licence: MIT license
ICNS2ICO lets you easily convert icons from the Apple's ICNS format to the Windows ICO format.

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
Objective-C++
1391 projects

Projects that are alternatives of or similar to ICNS2ICO

elephicon
A GUI wrapper for png2icons.
Stars: ✭ 90 (+429.41%)
Mutual labels:  icon, ico, icns
Leanify
lightweight lossless file minifier/optimizer
Stars: ✭ 694 (+3982.35%)
Mutual labels:  png, ico
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+30405.88%)
Mutual labels:  png, bmp
StbSharp
C# port of the famous C framework
Stars: ✭ 62 (+264.71%)
Mutual labels:  png, bmp
Apple-App-Icons
This repository is for hosting Apple App Icons Sketch file, .sketch
Stars: ✭ 31 (+82.35%)
Mutual labels:  png, icon
QuickImageFX
Simplifying image manipulation using GDI, Graphics32, OpenCV or Vampyre Imaging libraries
Stars: ✭ 41 (+141.18%)
Mutual labels:  png, bmp
Png To Ico
convert png to ico format
Stars: ✭ 88 (+417.65%)
Mutual labels:  png, ico
to-ico
Convert PNG to ICO in memory
Stars: ✭ 115 (+576.47%)
Mutual labels:  png, ico
File Icon
Get the icon of a file or app as a PNG image (macOS)
Stars: ✭ 100 (+488.24%)
Mutual labels:  png, icon
Imageprocessor
📷 A fluent wrapper around System.Drawing for the processing of image files.
Stars: ✭ 2,452 (+14323.53%)
Mutual labels:  png, bmp
Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (+1294.12%)
Mutual labels:  application, ico
public
Some public files that I can link to: icons, screenshots, etc.
Stars: ✭ 29 (+70.59%)
Mutual labels:  png, icns
file-icon-cli
Get the icon of a file or app as a PNG image (macOS)
Stars: ✭ 73 (+329.41%)
Mutual labels:  png, icon
zigimg
Zig library for reading and writing different image formats
Stars: ✭ 112 (+558.82%)
Mutual labels:  png, bmp
stbi-sharp
C# wrapper around stb_image.h and qoi.h
Stars: ✭ 17 (+0%)
Mutual labels:  png, bmp
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (+70.59%)
Mutual labels:  png, icon
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (+47.06%)
Mutual labels:  icon, ico
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (+276.47%)
Mutual labels:  icon, ico
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+1111.76%)
Mutual labels:  png, bmp
Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (+452.94%)
Mutual labels:  png, icon

ICNS2ICO

Build Status Issues Status License
Contact Sponsor

About

ICNS2ICO lets you easily convert icons from the Apple's ICNS format to the Windows ICO format.

Background

A lot of nice icon conversion applications are available, but unfortunately they all have a common pitfall with the ICO format.

Since Windows Vista, ICO files may contain PNG encoded representations, up to 256x256 pixels (Windows XP used BMP). So all applications generate PNG representations when generating icons larger to 32x32.

Unfortunately, when used in a WPF program on Windows XP, this often leads to crashes, because the PNG format is not supported.

So in order to use ICO files with Windows XP, the internal format must be BMP.
You can still use representations up to 256x256 pixels, as long as they're also in the BMP format.

ICNS2ICO lets you choose the internal format for the generated ICO files.

Screenshot

Installation

ICNS2ICO uses the ImageMagick library to produce valid BMP files.
While the Cocoa framework is able to output images in such a format, it unfortunately produces files that are incompatible with Windows.
That's where ImageMagick comes in handy.

The simplest to install ImageMagick is to use HomeBrew.
Once it's installed on your computer, simply type, from a terminal window:

brew install imagemagick

You'll then be able to build and run ICNS2ICO from Xcode.

License

ICNS2ICO is released under the terms of the MIT License.

Repository Infos

Owner:			DigiDNA
Web:			www.digidna.net
Blog:			blog.digidna.net
Twitter:		@DigiDNA
GitHub:			github.com/DigiDNA
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].