IconEditor v1.6 (2010)

iconeditor icon editor for creating and editing icons and small images.
3,8K descargas
Actualizado 5 mar 2010

Ver licencia

Nota del editor: This file was selected as MATLAB Central Pick of the Week

ICONEDITOR create and edit icons or mouse cursors in either standard or custom sizes

usage:
iconeditor(x,y,pixel)
x - horizontal size (16 as deault)
y - horizontal size (16 as deault)
pixel - size of each dot (13 as deafult)

iconeditor
same as iconeditor(16,16,16)

iconeditor(img)
img - 3D-RGB image matrix

iconeditor(img,pixel)
img - RGB image matrix
pixel - size of each pixel (13 as deault)

Citar como

Elmar Tarajan (2024). IconEditor v1.6 (2010) (https://www.mathworks.com/matlabcentral/fileexchange/19188-iconeditor-v1-6-2010), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre App Building en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Custom Pan/Zoom Icons

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

New in 1.6
- convert color image to grayscale
- hot keys STRG+Y and STRG+Z for undo and redo
- code imprvements

1.0.0.0

bug fixed.