|
|
Up |
|
  |
Author: chuckychucky Date: Sep 8, 2007 15:07
I would like to make a text deformation like on a label of the can.
See e.g. the word "TOMATO" on the famous tomato soup:
http://www2.ing.puc.cl/~marenas/warhol/w3.jpg
So I want to put the text on an arc, but vertical lines have to stay
vertical.
In addition, the letters at the borders should be narrower than those
in the middle.
Is it possible to accomplish this with GIMP?
Thanks for any suggestions!
|
| |
|
| | 6 Comments |
|
  |
Author: SpamlessSpamless Date: Sep 8, 2007 19:21
On 2007-09-08, chucky gmail.com> wrote:
> I would like to make a text deformation like on a label of the can.
> See e.g. the word "TOMATO" on the famous tomato soup:
> http://www2.ing.puc.cl/~marenas/warhol/w3.jpg
>
> So I want to put the text on an arc, but vertical lines have to stay
> vertical.
>
> In addition, the letters at the borders should be narrower than those
> in the middle.
>
> Is it possible to accomplish this with GIMP?
What platform? mathmap on Linux is what I would suggest.
origVal(xy:[asin(x/X)*2*X/pi,y])
(for the current layer wrapped around the half of the can
facing you)
|
| Show full article (1.08Kb) |
|
| | no comments |
|
  |
Author: SpamlessSpamless Date: Sep 8, 2007 21:01
On 2007-09-08, Spamless wrote:
> On 2007-09-08, chucky gmail.com> wrote:
>> I would like to make a text deformation like on a label of the can.
>> See e.g. the word "TOMATO" on the famous tomato soup:
>> http://www2.ing.puc.cl/~marenas/warhol/w3.jpg
>>
>> So I want to put the text on an arc, but vertical lines have to stay
>> vertical.
>>
>> In addition, the letters at the borders should be narrower than those
>> in the middle.
>>
>> Is it possible to accomplish this with GIMP?
>
> What platform? mathmap on Linux is what I would suggest.
>
> origVal(xy:[asin(x/X)*2*X/pi,y])
>
> (for the current layer wrapped around the half of the can
> facing you) ...
|
| Show full article (7.27Kb) |
| no comments |
|
  |
Author: SpamlessSpamless Date: Sep 9, 2007 00:28
On 2007-09-08, Spamless wrote:
> On 2007-09-08, Spamless wrote:
>> On 2007-09-08, chucky gmail.com> wrote:
...
> Set phi1 to whatever angle you want (in radians - it is set to
> pi/6=30_degrees here). This preserves the aspect ratio.
> Here is the expression:
>
> limx = 2*X/pi;
> phi1=pi/6;
> x1 = limx*asin(x/limx);
> y1 = (y - sqrt(limx*limx-x*x)*sin(phi1))/cos(phi1);
> origVal(xy:[x1,y1])
|
| Show full article (10.36Kb) |
| no comments |
|
  |
Author: chuckychucky Date: Sep 9, 2007 13:00
> What platform? mathmap on Linux is what I would suggest.
>
> origVal(xy:[asin(x/X)*2*X/pi,y])
>
> (for the current layer wrapped around the half of the can
> facing you)
Thank you for that suggestion, it works for compressing the letters at
the edges.
> I don't know what you mean by "on an arc". If you view a can from
> a distance (without it being tilted), the letters remain horizontal
> but are compressed at the edges. The image you cite has a tilted
> can. How much of a tilt?
|
| Show full article (1.08Kb) |
| no comments |
|
  |
Author: Marc 'BlackJack' RintschMarc 'BlackJack' Rintsch Date: Sep 9, 2007 13:25
On Sun, 09 Sep 2007 11:00:37 +0000, chucky wrote:
> By "on an arc" I meant that when the can is tilted, in 2D projection
> the text appears as being written on an arc.
> I tried Inkscape and it's feature of putting text on a path, but that
> puts the letters perpendicular to the path, so vertical axex of
> letters are not parallel anymore. For my purposes I resolved it like
> this: I used FontWork in OpenOffice (called WordArt in MS Office)
> which had a waved text, exported it as svg, made some adjustment in
> Inkscape and finally imported to GIMP. Ugly, but gave me an acceptable
> result.
> For the next time, I will try to find a rigorous solution.
Filters → Map → Map Object → Cylinder. You need a "whole paper strip" for
this to look good though, i.e. the image to map has to be in a shape of
an unfolded label of a can including the hidden part behind the can.
Ciao,
Marc 'BlackJack' Rintsch
|
| |
| no comments |
|
  |
|
|
  |
Author: chuckychucky Date: Sep 9, 2007 13:48
> Filters Map Map Object Cylinder.
Exactly what I wanted, great!
|
| |
| no comments |
|
|