Is it possible to make within Mathematica an image file to be used as a screen icon? Could you kindly give an example?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
ImageResize. For a 128x128 pixels icon:ImageResize[ExampleData[{"TestImage", "Lena"}], {128, 128}]. – VLC Oct 18 '12 at 15:29