Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
Shaw Connor
Shaw Connor il 15 Dic 2019
Risposto: Image Analyst il 15 Dic 2019
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?

Risposte (1)

Image Analyst
Image Analyst il 15 Dic 2019
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.

Categorie

Scopri di più su Colormaps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by