필터 지우기
필터 지우기

help!How can I return all color tables in GIF?

조회 수: 1 (최근 30일)
Shaw Connor
Shaw Connor 2019년 12월 15일
답변: Image Analyst 2019년 12월 15일
in
toolbox/matlab/imagesci/private/readgif.m
% This only returns the color table for the first frame in the GIF file.
% There is an enhancement (g1055265) to make this return all color tables.
map = info.ColorTable;
where i can get this enhancement?

답변 (1개)

Image Analyst
Image Analyst 2019년 12월 15일
You can get the full set of built-in color maps from the help. Then just use those names to make the colormaps and do whatever you want to do with them, such as to make a montage image of all of them with imtile() or whatever.

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by