animated gif
- Subject: animated gif
- From: Adam Majewski
- Date: Sun, 30 Oct 2011 19:41:56 +0100
Hi,
Thx for the answer.
My question was inspired by vectorisation and parallel computing :
1. Fast R code :
http://commons.wikimedia.org/wiki/File:Mandelbrot_Creation_Animation_%28800x600%29.gif
I couldn't do the same in Maxima. Now I know that I should use
vectorized code ( How can I do it in Maxima)
2.Image processing using matrices in Octave :
http://www.gnu.org/software/octave/doc/interpreter/Image-Processing.html
3. Gpu in Matlab
http://blogs.mathworks.com/loren/2011/07/18/a-mandelbrot-set-on-the-gpu/
4. Vectorisation in Matlab
http://www.mathworks.com/support/tech-notes/1100/1109.html
I know package picture which gives Maxima basic support for image
processing
http://riotorto.users.sourceforge.net/gnuplot/image/index.html
So my question is :
How can I vectorise code in Maxima ?
TIA
Adam
On 30.10.2011 10:21, Mario Rodriguez wrote:
> El vie, 28-10-2011 a las 20:59 +0200, Adam Majewski escribi?:
>> Hi,
>>
>> Can I make animated gif (or any other graphic file) by writing array to
>> file ?
>
> Hello,
>
> You can use option 'terminal=animated_gif' together with the 'image'
> graphic object. But 'image' only admits matrices as arguments, not
> arrays. It wouldn't be too difficult to add arrays; in fact, 'image'
> admits another special object called 'picture', which is basically a 1D
> array.
>
>
>>
>> like in R code :
>> http://commons.wikimedia.org/wiki/File:Mandelbrot_Creation_Animation_%28800x600%29.gif
>
> You can't make matrix operations with arrays such these, unless you
> write specific functions first.
>
> --
> Mario
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima