Jump to content

MisterAqua

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MisterAqua's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  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?
×
×
  • Create New...