<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265189</link>
    <title>MATLAB Central Newsreader - how to check whether an image can be edited or not in MATLAB?</title>
    <description>Feed for thread: how to check whether an image can be edited or not in MATLAB?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 06 Nov 2009 17:01:20 -0500</pubDate>
      <title>how to check whether an image can be edited or not in MATLAB?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265189#692724</link>
      <author>Arcee Gomes</author>
      <description>Hello,&lt;br&gt;
&lt;br&gt;
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.&lt;br&gt;
&lt;br&gt;
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? &lt;br&gt;
&lt;br&gt;
Please provide a solution to this problem. Thanking you in advance !!!</description>
    </item>
    <item>
      <pubDate>Fri, 06 Nov 2009 17:13:12 -0500</pubDate>
      <title>Re: how to check whether an image can be edited or not in MATLAB?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265189#692725</link>
      <author>jrenfree</author>
      <description>On Nov 6, 9:01&#160;am, &quot;Arcee Gomes&quot; &amp;lt;arcee.go...@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 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.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 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?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Please provide a solution to this problem. Thanking you in advance !!!&lt;br&gt;
&lt;br&gt;
You could try using the imfinfo command....it might say in there</description>
    </item>
    <item>
      <pubDate>Fri, 06 Nov 2009 17:56:36 -0500</pubDate>
      <title>Re: how to check whether an image can be edited or not in MATLAB?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265189#692734</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;Arcee Gomes&quot; &amp;lt;arcee.gomes@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:hd1kp0$b25$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I am working on a project in Image Processing area, and as a part of the &lt;br&gt;
&amp;gt; project I have to write a code in matlab that must check whether the input &lt;br&gt;
&amp;gt; image provided through imread function is a secured image (i.e. image that &lt;br&gt;
&amp;gt; cannot be edited or modified) or not a secured image.&lt;br&gt;
&lt;br&gt;
If by 'secured' you mean read-only, use FILEATTRIB.  If that's not what you &lt;br&gt;
mean, you'll have to clarify exactly what you mean when you use the term &lt;br&gt;
&quot;secured image&quot;.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com&lt;br&gt;
comp.soft-sys.matlab (CSSM) FAQ: &lt;a href=&quot;http://matlabwiki.mathworks.com/MATLAB_FAQ&quot;&gt;http://matlabwiki.mathworks.com/MATLAB_FAQ&lt;/a&gt; </description>
    </item>
    <item>
      <pubDate>Fri, 06 Nov 2009 18:06:54 -0500</pubDate>
      <title>Re: how to check whether an image can be edited or not in MATLAB?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265189#692737</link>
      <author>ImageAnalyst</author>
      <description>On Nov 6, 12:01&#160;pm, &quot;Arcee Gomes&quot; &amp;lt;arcee.go...@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 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.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; 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?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Please provide a solution to this problem. Thanking you in advance !!!&lt;br&gt;
&lt;br&gt;
-----------------------------------------------------------------------&lt;br&gt;
try&lt;br&gt;
&amp;nbsp;&amp;nbsp;goodImage = imread(fullFileName);&lt;br&gt;
&amp;nbsp;&amp;nbsp;% If you get to here, it can be read.&lt;br&gt;
catch ME&lt;br&gt;
&amp;nbsp;&amp;nbsp;% MATLAB can't read it with built-in functions.&lt;br&gt;
&amp;nbsp;&amp;nbsp;msgbox(ME.message);&lt;br&gt;
end</description>
    </item>
  </channel>
</rss>

