IconEditor v1.6 (2010)

버전 1.1.0.0 (115 KB) 작성자: Elmar Tarajan
iconeditor icon editor for creating and editing icons and small images.
다운로드 수: 3.8K
업데이트 날짜: 2010/3/5

라이선스 보기

편집자 메모: 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)

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 App Building에 대해 자세히 알아보기
도움

줌: Custom Pan/Zoom Icons

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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.