Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b707d9a4ee443103660a75ccb6e51334 > files > 165

csound-doc-5.19.01-10.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Image processing opcodes</title>
    <link rel="stylesheet" type="text/css" href="csound.css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
    <link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
    <link rel="up" href="PartOpcodesOverview.html" title="Part II. Opcodes Overview" />
    <link rel="prev" href="PythonOpcodesSyntax.html" title="Orchestra Syntax" />
    <link rel="next" href="STKTop.html" title="STK Opcodes" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Image processing opcodes</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="PythonOpcodesSyntax.html">Prev</a> </td>
          <th width="60%" align="center">Part II. Opcodes Overview</th>
          <td width="20%" align="right"> <a accesskey="n" href="STKTop.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="chapter" title="Image processing opcodes">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title"><a id="ImageopcodesTop"></a>Image processing opcodes</h2>
          </div>
        </div>
      </div>
      <p>Here is a list of opcodes that read/write image files:
    </p>
      <div class="itemizedlist">
        <ul class="itemizedlist" type="disc">
          <li class="listitem">
            <a class="link" href="imagecreate.html" title="imagecreate">
              <em class="citetitle">imagecreate</em>
            </a>
          </li>
          <li class="listitem">
            <a class="link" href="imagesize.html" title="imagesize">
              <em class="citetitle">imagesize</em>
            </a>
          </li>
          <li class="listitem">
            <a class="link" href="imagegetpixel.html" title="imagegetpixel">
              <em class="citetitle">imagegetpixel</em>
            </a>
          </li>
          <li class="listitem">
            <a class="link" href="imagesetpixel.html" title="imagesetpixel">
              <em class="citetitle">imagesetpixel</em>
            </a>
          </li>
          <li class="listitem">
            <a class="link" href="imagesave.html" title="imagesave">
              <em class="citetitle">imagesave</em>
            </a>
          </li>
          <li class="listitem">
            <a class="link" href="imageload.html" title="imageload">
              <em class="citetitle">imageload</em>
            </a>
          </li>
          <li class="listitem">
            <a class="link" href="imagefree.html" title="imagefree">
              <em class="citetitle">imagefree</em>
            </a>
          </li>
        </ul>
      </div>
      <p>
  </p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="PythonOpcodesSyntax.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="PartOpcodesOverview.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="STKTop.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Orchestra Syntax </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> STK Opcodes</td>
        </tr>
      </table>
    </div>
  </body>
</html>