Dark Bit Factory & Gravity

PROGRAMMING => General coding questions => Topic started by: GfxFreak on June 07, 2014

Title: Convert a Imgstripe to Circle Stripe?!?
Post by: GfxFreak on June 07, 2014
Hi my friends,
I have a question that I get is not even solved  ??? ??? ???

I will convert a image stripe for example 300*30 into a circular arrangement.


Like this...

(http://oi30.tinypic.com/2a8gorn.jpg)

Sorry for my bad english :)
Title: Re: Convert a Imgstripe to Circle Stripe?!?
Post by: flightcrank on June 08, 2014
I think i understand what you mean. you want a thin horizontal image (probably of text) wrapped around in a circle.

In the 2D tunnel effect you get a 2d image and wrap it around in a circle maybe that could be of some use. you have  use polar co-ordinates.

another way would be to use a bitmapped font that is fixed width. take each individual letter and perform 2d rotation on each char around a circle. but that is beyond my expertise. good luck.