Jump to content

MisterAqua

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by MisterAqua

  1. Finaly i found a way faster way to do it xD I use some of my hacker skill to inject a "multiply by 8" in the code to do what i wanted.
  2. Merci bien pour cette réponse rapide, je vais essayer CodeLab
  3. Hi, i'm wondering how polar inversion works. is Paint.net setting the r coordonate with the x and set ϕ to y (eg: A (x, y) -> A' (1/x, y). I don't know where the inversion goes, but i'm 90% sure the effect invert the "r coordonate" cause the center is infinite. Also i don't know what the "quantity parameter" do I want to reproduce the effect with python to modify some things cause i want another result (like increasing quantity to -10 or more) Thanks for reading Mister_Aqua_
  4. I didn't find something on google about polar inversion. I "prit mon mal en patience" and i rendered 90 frames of 2560 * 1440. 30 frames left :/.
  5. I founded a C/C++ librairy to edit and save images. I just need the exact formula of the polar inversion (either reflect or either warp mode)
  6. I'm not making screen shot ? I'm going to calculate a reasonable rate for having a fluid animation without losing quality. How does the polar inversion work ? I wonder : translate coordonate in polar coordonates. Remplace all the pixel by the (1/x) th one. Translate new image from polar to orthogonal I'm i right ?
  7. I talk about gif but just want a nice, big and fluid animation. it is 4000x2000, and i want at least 40fps during 3sec. I think i will do 120 images. I downloaded IrfranView, but how could it help me ?
  8. 300 images by hand :..( No way to code an effects. At least how do this effect work (maybe coding python to reproduce the effect)
  9. I want to make a video or a gif about an image. I want my image to be gradually twisted with the "polar inversion". How to make an algorithm like this : float i = 0; while( i != 4) { apply Polar Inversion (Quantity : i); save image as "MyImage"+i+".png"; revert to the original image; i = i + 0.1 } how to do this automaticly?
  10. Damn i already have this effect ! I already downloaded this pack. I need to check my eyes Thank you anyway ;)
  11. I have a white image with some shade of alpha. I have another image with is colored (eg : a photograph) I want to apply the alpha from the first image to the other Sounds easy but i didn't found how to do it
  12. I have a empty card and another one with some test on. I just want to keep the text and delete everything twice : http://krosmaster.herazade.com/HG/img/front.png -> empty http://afranchcoder.comuf.com/files/Sandy.png -> full How can i do it?
  13. Ok merci beaucoup pour ta réponse rapide. Je te parle français car je suis français et que tu a l'air de l'être aussi (a moi que tu kiff le chat noir sans etre francais) Je peux creer et sauvegarder une image tout seul, ce n'est pas le plus embêtant. Merci beaucoup en tout cas pour script lab, c'est exactement ce que je cherchait Just in case you re not french : OK thank you very much for your fast answer. I can create and save my image by miself, it is not most annoying. Thank you for script lab, it is exactly what I was looking for
  14. How can i made a bot that do some thing for me like : Make me a new image by 70x61p Fill it with red Apply noises (with 15 as fisrt parameter , 23 as ....) Draw a rectangle at 0,0 with a weight of 10 and a height of 28 Save it sa .png file on my desktop .... Is there any program to do it ? Or must i use a program that record my keyboard and my mouse mouvement and redo it ? Thank for reading my I hope my english is not so bad I hope i will be president of the Planet I hope too many thing I writte to many useless setence ... ¦| .
×
×
  • Create New...