Effacer les filtres
Effacer les filtres

GIF in steganography in matlab

2 vues (au cours des 30 derniers jours)
Maram Abd
Maram Abd le 6 Fév 2021
How do I put a bit or two inside the GIF frame? ( steganography)
How do I make a display for GIF frame with a read function?

Réponses (1)

Shiva Kalyan Diwakaruni
Shiva Kalyan Diwakaruni le 9 Fév 2021
Hi,
To make a display for GIF frame with a read function the code looks like below
allframedata = imread('YourFile.GIF', 'frames', 'all');
alldimensions = size(allframedata);
number_of_frames = alldimensions(end);
you can refer the below links
And for steganography of gif you can use LSB algorithm
For implementing LSB algorithm you can follow the below link
hope it helps,
thanks.

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by