Search found 2 matches

by peter733
Thu Dec 29, 2011 6:48 am
Forum: NConvert
Topic: nconvert from JPG to ico
Replies: 3
Views: 3872

Re: nconvert from JPG to ico

it seems I need to create a ico file that has both 256x256 and 48x48 in order for the folder thumbnail to work. but with nconvert i can only create one: either 256x256 or 48x48 but not both. is this a limitation of the current nconvert ?

thank you,
peter
by peter733
Thu Dec 29, 2011 6:37 am
Forum: NConvert
Topic: nconvert from JPG to ico
Replies: 3
Views: 3872

nconvert from JPG to ico

I use :

nconvert.exe -quiet -out ico -32bits -resize 256 256 inputfile

the resulting ico looks ok but when used a a folder thumbnail it appears as a smaller thumbnail with black border

is it :bugconfirmed: ?