mocra / iconmerge

Create composite icon image from two icons, with 2nd image as a thumbnail on top of the 1st

This URL has Read+Write access

name age message
file .gitignore Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file Define.h Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
directory English.lproj/ Loading commit data...
directory Graphic Ressources/ Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
file IconFamily.h Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file IconFamily.m Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file Info.plist
file NSAnyImageView.h Mon Feb 09 20:17:36 -0800 2009 opening file will assign it to the next image slot [drnic]
file NSAnyImageView.m Sun Feb 15 20:40:14 -0800 2009 cleared default empty images and added defautl ... [sync]
file NSICMApplication.h Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
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
file NSSaveableImageView.h Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file NSSaveableImageView.m Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file NSString+CarbonFSRefCreation.h Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file NSString+CarbonFSRefCreation.m Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file README.mdown
file Rakefile
file SimpleICNS.zip Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
directory Sparkle.framework/ Sun Feb 15 16:14:39 -0800 2009 added Sparkle framework [sync]
file appicon.icns Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file appicon128x128.png Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file dmgbackground.png Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file dmgicon.icns Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file dmgicon.png Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
file dsa_pub.pem Mon Feb 09 03:49:20 -0800 2009 setup for choctop [drnic]
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 Mon Feb 09 17:54:07 -0800 2009 lots of dmg assets [drnic]
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 Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
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 Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
file left_righ_icon.png Sun Feb 15 20:04:55 -0800 2009 modified UI [sync]
file main.m Sat Feb 07 12:46:16 -0800 2009 initial version from oneclickdev [drnic]
file release_notes.txt
file release_notes_template.html.erb Mon Feb 09 03:49:20 -0800 2009 setup for choctop [drnic]
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
  • Jacob Zinman-Jeanes - design of logos, DMG backgrounds etc

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.