Ignore:
Timestamp:
Aug 13, 2014, 3:01:27 AM (10 years ago)
Author:
g7moreau
Message:
  • Add license
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/avi2png.m

    r176 r810  
    11% 'avi2png': copy an avi movie to a series of B/W .png images (take the average of green and blue color components)
    22%----------------------------------------------------------------------
     3
     4%=======================================================================
     5% Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France
     6%   http://www.legi.grenoble-inp.fr
     7%   Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr
     8%
     9%     This file is part of the toolbox UVMAT.
     10%
     11%     UVMAT is free software; you can redistribute it and/or modify
     12%     it under the terms of the GNU General Public License as published
     13%     by the Free Software Foundation; either version 2 of the license,
     14%     or (at your option) any later version.
     15%
     16%     UVMAT is distributed in the hope that it will be useful,
     17%     but WITHOUT ANY WARRANTY; without even the implied warranty of
     18%     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19%     GNU General Public License (see LICENSE.txt) for more details.
     20%=======================================================================
     21
    322function GUI_input=avi2png(num_i1,num_i2,num_j1,num_j2,Series)
    423%% INPUT PARAMETERS (to edit)
Note: See TracChangeset for help on using the changeset viewer.