Search found 21 matches

by splasher
Thu Jan 31, 2013 5:22 pm
Forum: Libraries and Tools
Topic: mandelbrot_v5 exercise fo fun
Replies: 9
Views: 4522

images

series 2
by splasher
Wed Jan 30, 2013 7:23 pm
Forum: Libraries and Tools
Topic: mandelbrot_v5 exercise fo fun
Replies: 9
Views: 4522

mandelbrot_v6 add boost

try to speed up the drawing.
i think this version run only with vindoz.
klik boost check for more speed.
on my pc it run.

if some one can show a tutorial for use lovejit, thanks.
by splasher
Sun Jan 27, 2013 7:34 pm
Forum: Libraries and Tools
Topic: mandelbrot_v5 exercise fo fun
Replies: 9
Views: 4522

Re: mandelbrot_v5 exercise fo fun

a question for 'Djent' please be patient with me, for my 'maccheronico' english, what you mean with 'This'. Do you mean that now you are able to run the program? ---------------- the large images have the x,y coordinate and radius (written2 times, a bug:( and number of iteration). written in the bot...
by splasher
Wed Jan 23, 2013 12:08 pm
Forum: Libraries and Tools
Topic: mandelbrot_v5 exercise fo fun
Replies: 9
Views: 4522

mandelbrot_v5 exercise fo fun

in v.5 i add possibility to colorize with a single color
as we can view is this master site:
http://www.miqel.com/fractals_math_patt ... guide.html


as ever, any suggestio and correction are welcomes.

arturo
by splasher
Tue Jan 22, 2013 10:33 pm
Forum: Libraries and Tools
Topic: mandelbrot exercise v.3
Replies: 2
Views: 2207

Re: mandelbrot exercise v.3

can you try this version (v4)?
here i don't use newCanvas for store image infos on picture.

this version also can change colors and have a building picture from center to quick wiew around center point.
by splasher
Fri Jan 18, 2013 10:17 pm
Forum: Libraries and Tools
Topic: mandelbrot exercise v.3
Replies: 2
Views: 2207

mandelbrot exercise v.3

18/01/2013 changes in version3 -------------------------------- TAPs defined as Xcenter,Ycenter,Radius (no more with x1,x2,y1,y2) zoom in,out don't change Xcenter,Ycenter (not necessary true when reach min or max limits) Window zoom defined by zoomRadius zoomRadius is defined pressing 'q' at moving ...
by splasher
Thu Jan 17, 2013 7:33 pm
Forum: Support and Development
Topic: get canvas pixel ? store canvas on imageData ?
Replies: 2
Views: 2229

Re: get canvas pixel ? store canvas on imageData ?

thank you.
it's what i need.
arturo
by splasher
Thu Jan 17, 2013 3:07 pm
Forum: Libraries and Tools
Topic: mandelbrot exercise v.1
Replies: 5
Views: 3473

mandelbrot exercise v.2

--------------------------------------------------- changes from v.1 --------------------------------------------------- 1) change for Size modifier to not use keypad (now: press key 'a' then key 1..9 ) 2) add key (up,dw,left,right,home )to move image for show building when image to build is larger ...
by splasher
Thu Jan 17, 2013 10:25 am
Forum: Libraries and Tools
Topic: mandelbrot exercise v.1
Replies: 5
Views: 3473

try change color table

this table get more colorized function buildColorsTab2() local v,x,r,g,b,a,c,cn,F F = 7 a=255 for x=0,MAXITER do v = x/MAXITER -- v->0..1 -- r = 128 + 127 * math.sin(3*math.pi/2 + 2*math.pi*F * v) -- g = 128 + 127 * math.sin(2*math.pi/2 + 2*math.pi*F * v) -- b = 128 + 127 * math.sin(1*math.pi/2 + 2*...
by splasher
Thu Jan 17, 2013 9:03 am
Forum: Support and Development
Topic: get canvas pixel ? store canvas on imageData ?
Replies: 2
Views: 2229

get canvas pixel ? store canvas on imageData ?

final target is to write a text on an image.

someone know if it is possible to store an area of canvas into an image?

thanks

arturo