필터 지우기
필터 지우기

GIF in steganography in matlab

조회 수: 2 (최근 30일)
Maram Abd
Maram Abd 2021년 2월 6일
답변: Shiva Kalyan Diwakaruni 2021년 2월 9일
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?

답변 (1개)

Shiva Kalyan Diwakaruni
Shiva Kalyan Diwakaruni 2021년 2월 9일
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.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by