Jump to content

Video/GIF of an image with polar inversion


Recommended Posts

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?

Edited by MisterAqua
Correct code
Link to comment
Share on other sites

Paint.net cannot be automated in this way.

Link to comment
Share on other sites

Sorry, no.

 

If I was doing this I'd bite the bullet and do it manually.

Link to comment
Share on other sites

Then you understand that @Ego Eram Reputo could suggest to do it manually for "only" 40 slides.

 

Still I count now 400 images to handle with. Have you already use an animated gif program with as much as 400 images?

 

What is the size of 1 single image in pixel ? x400 ?

 

 

 

  • Upvote 1
Link to comment
Share on other sites

Have you tried Irfanview?

Link to comment
Share on other sites

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 ? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...