<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
----- Message d'origine ----- <br>
De : Wojciech Artichowicz <br>
Date : 02/04/2010 20:11:
<blockquote cite="mid:E887584C9A4E498693B7F888B88228F6@misery"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
  <style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.Stylwiadomocie-mail17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
  </style>
  <div class="Section1">
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-US">Hello,<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-US">I’d like to
ask if there’s a possibility
to import graphics file (f.ex. *.png, *.bmp, *.jpg and so on) into
Scilab
figure window.<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;" lang="EN-US">If so, how
one can do that?</span></font></p>
  </div>
</blockquote>
If your OS is windows, you may instal and use the IPD (Image Processing
Design)<br>
module through the ATOMS module manager. Then use functions ReadImage()<br>
and ShowColorImage().<br>
If your OS is Linux-like, SIVP that is not (yet?) an ATOMS module<br>
but an external toolbox, will be useful (imread() + imshow()).<br>
<br>
Samuel<br>
<br>
</body>
</html>