public
Description: Create composite icon image from two icons, with 2nd image as a thumbnail on top of the 1st
Homepage: http://mocra.com/projects/iconmerge
Clone URL: git://github.com/mocra/iconmerge.git
name age message
file .gitignore Loading commit data...
file Define.h Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
directory English.lproj/
directory Graphic Ressources/
file IconFamily.h
file IconFamily.m Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file Info.plist Mon Feb 16 01:42:04 -0800 2009 going 1.0.0 [drnic]
file NSAnyImageView.h
file NSAnyImageView.m Sun Feb 15 20:40:14 -0800 2009 cleared default empty images and added defautl ... [sync]
file NSICMApplication.h
file NSICMApplication.m Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file NSMainMenuController.h Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
file NSMainMenuController.m Mon Feb 16 01:37:25 -0800 2009 fixed the bug where merged image wasn't generat... [drnic]
file NSSaveableImageView.h
file NSSaveableImageView.m Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file NSString+CarbonFSRefCreation.h
file NSString+CarbonFSRefCreation.m
file README.mdown Mon Feb 16 01:42:04 -0800 2009 going 1.0.0 [drnic]
file Rakefile Sun Nov 15 14:16:37 -0800 2009 update upload target path [drnic]
file SimpleICNS.zip Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
directory Sparkle.framework/
file appicon.icns Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file appicon128x128.png
file dmgbackground.png Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file dmgicon.icns
file dmgicon.png Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file dsa_pub.pem
directory iConMerge.xcodeproj/
file iConMerge_Prefix.pch Mon Feb 09 20:29:54 -0800 2009 dragging images remembers which was last assigned [drnic]
file icon.icns
file icon.png Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file icon1text.icns Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file icon2text.icns
file icon3text.icns Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file icon_export.png Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
file icon_open.png Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
file icon_save.png
file left_righ_icon.png
file main.m
file release_notes.txt
file release_notes_template.html.erb
file result_icon.png Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
README.mdown

iConMerge

home | download | source

Creates a composition image/icon file where the second image becomes a thumbnail overlay on top of the first.

Coming soon: IconMerge

The resulting image can be saved as a .icns file or applied directly to a bundle's own icon. For example, below is the result of using iConMerge on upon its own Xcode project's icon:

iConMerge icon used for its own project

For example, the original purpose was to create project-specific Xcode project icons. The Xcode project icon would be the main icon image, and the project's own icon would be the thumbnail. That way you could tell what each Xcode project was for by its thumbnail.

Authors

  • Daniel Leping, oneclickdev on elance.com
  • Dr Nic Williams, Mocra
  • Jacob Zinman-Jeanes - design of logos, DMG backgrounds etc
  • Anthony Mittaz, Mocra

Sponsored by

LICENSE:

(The MIT License)

Copyright (c) 2009 Dr Nic Williams, Mocra

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.