Convert to Cursor

バージョン 1.0.0.0 (445 Bytes) 作成者: Richard Medlock
Converts image files to cursor CData.
ダウンロード: 3K
更新 2003/4/28

ライセンスがありません

Use a standard paint program like paint shop pro to edit your icons, save them in a MATLAB compatible format (bmp, png, jpeg, etc..)

Use White [RGB(255,255,255)] for areas you want white.

Use Black [RGB(0,0,0)] for areas you want black.

All other colors will be made transparent.

Example:

i = imread('mycursor.bmp');
CData = ConvertToCursor(i);
set(gcf,'Pointer','Custom','PointShapeCData',CData);

引用

Richard Medlock (2024). Convert to Cursor (https://www.mathworks.com/matlabcentral/fileexchange/3328-convert-to-cursor), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0