Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
IconDrop_x86_12-29-2 | Description: | Icon Maker to make PNG Icons from PNG Images | Download: | icondropx_12-29-23.i386-aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 68kb | Version: | 1.02 | Date: | 03 Jan 24 | Author: | Mike R. | Submitter: | Mike R. | Email: | riddle1264/yahoo com | Requirements: | AROS with RTG screen | Category: | graphics/icon | Replaces: | graphics/icon/icondrop_12-18-23.i386-aros.zip | License: | APL | Distribute: | yes | FileID: | 2792 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 75 (Current version) | | 158 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Icon Drop by Mike R. (version 1.0.1 - 12-20-23)
"Drag-n-Drop PNG Images to Save Dual-PNG or Single-PNG Icons".
Icon Drop uses a small and simple GadTools GUI to save the icon images
to a new destination icon.
=============================================================
Icon Drop GUI Usage:
"Drop Normal PNG Image on the Left, Selected PNG Image on the Right"
Note: Resulting Icon will not have an icOn chunk with attributes.
Icon Library with create the icOn chunk later as needed for the icon.
=============================================================
Display Areas:
Left Side = Normal Image Display
Right Side = Selected Image Display
Definitions:
Normal Image (First Icon Image with Drop Shadow)
Selected Image(Second Icon Image with Glow Border)
=============================================================
Commandline Arguments & Switches:
/* Return Values */
//action = 0;
//action = 1;
//action = 2;
//action = 4;
/* CLI switches */
//--o (open gui)
//--h (show help)
/* Valid return values */
//"iconclone --o" returns 1 //...Open empty GUI
//"iconclone --o more1.png" returns 2 //...Open GUI & display
srce icon
//"iconclone more1.png more2.png" returns 3 //...Don't open GUI just
Exchange icons
//"iconclone --o more1.png more2.png" returns 4 //...Open GUI & display
srce icon & dest icon
// Open from Workbench returns 0 //...Open empty GUI
/* Note: remove quotes when using CLI */
=============================================================
Requirements:
PNG Datatype, CyberGraphx, GadTools
Icon Drop only works with PNG Images to save PNG Icons
Displaying images is supported with Drag-n-Drop.
|