Effacer les filtres
Effacer les filtres

how to save gif animation with white or transparent background?

50 vues (au cours des 30 derniers jours)
Kobi
Kobi le 16 Oct 2014
Modifié(e) : Kevin Li le 27 Juil 2017
when i save gif as you can see in this code:
https://dl.dropboxusercontent.com/u/38094905/Shape_animation_script.m
the background is saved in gray color how can i save gif animation with white/transparent(same as when i save as png)?

Réponses (2)

Kevin Li
Kevin Li le 27 Juil 2017
Modifié(e) : Kevin Li le 27 Juil 2017
I have tried the following command and it works.
set(gcf, 'color', 'white');
In the command, "gcf" is "Current figure handle".
As for transparent background, you can change 'white' to 'none', but the background may display as black. I think it is because gif file does not support alpha channel as png does.

Kobi
Kobi le 18 Oct 2014
is it even possible?

Catégories

En savoir plus sur Animation dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by