semen,
i just finished trying out the toolbar .bmp generator that you
posted here:
http://www.powerbasic.com/support/pb...ad.php?t=22813
i have about 40 icons with both 16x16 and 32x32 (16 color each)
images. your code appears to (from minimal testing) extract the
first physical icon in the file and resize it according to the
required dimensions (as specified in the data statements).
i would like to create two .bmp files - one each for 16x16 & 32x32
sized images. is it possible to make a quick/easy modification to
your code to use the icon image in the .ico file closest in size to
the specified requirement?
most (all?) of my icons have the 16x16 size first. converting them to
32x32 doesn't look nearly as nice as the 32x32 images that i've drawn.
------------------
bernard ertl
i just finished trying out the toolbar .bmp generator that you
posted here:
http://www.powerbasic.com/support/pb...ad.php?t=22813
i have about 40 icons with both 16x16 and 32x32 (16 color each)
images. your code appears to (from minimal testing) extract the
first physical icon in the file and resize it according to the
required dimensions (as specified in the data statements).
i would like to create two .bmp files - one each for 16x16 & 32x32
sized images. is it possible to make a quick/easy modification to
your code to use the icon image in the .ico file closest in size to
the specified requirement?
most (all?) of my icons have the 16x16 size first. converting them to
32x32 doesn't look nearly as nice as the 32x32 images that i've drawn.
------------------
bernard ertl
Comment