GithubHelp home page GithubHelp logo

macmade / icns2ico Goto Github PK

View Code? Open in Web Editor NEW
21.0 4.0 6.0 4.09 MB

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

License: MIT License

Objective-C 77.98% Objective-C++ 5.14% C 16.88%
macos application nsimage icon icns ico windows bmp png windows-xp

icns2ico's Introduction

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

icns2ico's People

Contributors

macmade avatar relgit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.