ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

FINISHED: Folder Icon Generator - Customize the picture inside your folder icon

<< < (3/4) > >>

skrommel:
 :) Try ImagesToIcon! It will create an icon from three images drawn on top of each other.

FINISHED: Folder Icon Generator - Customize the picture inside your folder icon

Use 256x256 pixel PNG-files for File1 and File3. File2 can be PNG, JPG or BMP and is resized to 216x216 pixels.
The file Icon1.ico is created in the selected folder, and renamed automatically if the file already exists.

The first time it runs, it downloads and unpacks ImageMagic and three test PNG-files. Also, the last used files and folder paths are saved to ImagesToIcon.ini.

Skrommel

Stamimail:
I didn't try yet the new ImagesToIcon,
but I did some tests, and I figured out that, if you edit the desktop.ini file within the created folder, you will be able to move/rename the created folder as you wish.
You need just to remove the path part like this:
From

--- ---[.ShellClassInfo]
IconResource=D:\Some\Path\FolderIcon.ico,0to

--- ---[.ShellClassInfo]
IconResource=FolderIcon.ico,0
Another thing to add, a suggestion, you can make 2 checkboxes:
[ ] Create a folder
[ ] Create a FolderIcon.ico

If user check the both 2 checkboxes, it means you need to create 2 icons:
1 hidden icon for the new created folder, within the folder like the file desktop.ini
and
1 not-hidden icon as FolderIcon.ico

It's always better to have an open-source code, for customization.

Rockets:
It doesn't download ImageMagic, here you can get it manually https://sourceforge.net/projects/imagemagick/files/im7-exes/

Stamimail:
Do you know how to control the size/position of the icon inside?

Rockets:
Position:
https://www.imagemagick.org/script/command-line-options.php#gravity

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version