Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: how to check whether an image can be edited or not in MATLAB?
Date: Fri, 6 Nov 2009 17:01:20 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <hd1kp0$b25$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257526880 11333 172.30.248.35 (6 Nov 2009 17:01:20 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 6 Nov 2009 17:01:20 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 2016767
Xref: news.mathworks.com comp.soft-sys.matlab:583057


Hello,

I am working on a project in Image Processing area, and as a part of the project I have to write a code in matlab that must check whether the input image provided through imread function is a secured image (i.e. image that cannot be edited or modified) or not a secured image.

I want to know how to check whether an image can be edited or not in MATLAB? i.e. How to check whether an image is secured (encrypted) or not? 

Please provide a solution to this problem. Thanking you in advance !!!