Ok I will check in Photoshop and create the animation there.
Thanks all for the reply
G
On Jun 25, 2011, at 4:47 AM, Scott Anguish wrote:
> I don’t think it’s the amount of page space, rather the quantity of the
> alphabet.
>
> If this is just for an effect for an about screen or soemthing, I’d
I don’t think it’s the amount of page space, rather the quantity of the
alphabet.
If this is just for an effect for an about screen or soemthing, I’d say your
photoshop idea is the way to go.
Otherwise, I’d suggest the drawing custom app, but even then you’re going to
have issues with making s
On Jun 24, 2011, at 8:41 AM, Gustavo Pizano wrote:
> Hello all.
>
> So it will be good idea then to create a Mac app that will record the imput
> from the mouse/pen in a character basis, then record each character and then
> pass a string to a method, divided the string in characters and draw
Hello all.
So it will be good idea then to create a Mac app that will record the imput
from the mouse/pen in a character basis, then record each character and then
pass a string to a method, divided the string in characters and draw each
character from the "map" I already did before...
maybe
On Jun 24, 2011, at 4:05 AM, Uli Kusterer wrote:
> Come to think of it, you could probably manually click at even intervals on
> the stroke of every letter in characters written in the font you're using,
> record the click coordinates, and then draw bezier paths repeatedly, each
> time to one
On 23.06.2011, at 18:45, Gustavo Pizano wrote:
> Yes kinda.
"kinda"? Well, if you have a font, you simply don't have the information. So
all you can do is transition it on screen with a "wipe" effect in direction
"toRight". CIFilter and CATransition (not sure if the latter exists on iOS)
would
YES.
:D
On Jun 23, 2011, at 7:10 PM, Steve Christensen wrote:
> Is this a correct interpretation of what you're trying to do? You have a
> title string that will be drawn in a handwriting font. You wish to reveal
> each of the letter strokes over time as if someone were actually writing the
>
Is this a correct interpretation of what you're trying to do? You have a title
string that will be drawn in a handwriting font. You wish to reveal each of the
letter strokes over time as if someone were actually writing the title on a
piece of paper.
On Jun 23, 2011, at 9:45 AM, Gustavo Pizano
Hello.
Yes kinda.
G.
On Jun 23, 2011, at 6:34 PM, Conrad Shultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 6/23/11 6:50 AM, Gustavo Adolfo Pizano wrote:
>> Helo Ken.
>>
>> Thanks for answer,
>> I meant, I have some title string already, and I wish to be able to
>> animate
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 6/23/11 6:50 AM, Gustavo Adolfo Pizano wrote:
> Helo Ken.
>
> Thanks for answer,
> I meant, I have some title string already, and I wish to be able to
> animate as if its being written at the moment, also I forgot to
> mention that this is for iOS.
Helo Ken.
Thanks for answer,
I meant, I have some title string already, and I wish to be able to
animate as if its being written at the moment, also I forgot to
mention that this is for iOS.
Once again thanks for the reply.
I will still check your code and see how maybe I can apply what I
need.
If you're "writing" with the mouse the following might help. It isn't done,
still needs some sort of check in the drawRect method to know when you've drawn
all the segments and you;ll need to adjust x/y values to the view you're
drawing in, but it will get you started.
- (void) mouseDown:(NSEve
12 matches
Mail list logo