Search found 8 matches

by emino
2014-01-09T12:20:01-07:00
Forum: Users
Topic: Using pointsize for measures
Replies: 9
Views: 3293

Re: Using pointsize for measures

Thank you, yes -splice did help me to apply a vertical padding (in the below image i'll just change the red to transparent in the production). The only thing i cant do is to get the 60% of the quote text's size to apply to "albert einstein" text. But i think i'll just go with a fixed -48 something ...
by emino
2014-01-08T16:23:48-07:00
Forum: Users
Topic: Using pointsize for measures
Replies: 9
Views: 3293

Re: Using pointsize for measures

Thank you for the responses, +trim + repage allows you to start over, but i couldnt not find a way to make a -transparent, 520px- border top only to pad it from the top. Also, as it turns out; i could not be more wrong about this. I.e; i thought i was inheriting the pointsize from the main text and ...
by emino
2014-01-08T14:39:20-07:00
Forum: Users
Topic: Unicode characters on Windows (localhost-wamp)
Replies: 4
Views: 2406

Re: Unicode characters on Windows (localhost-wamp)

it was 857, changed it to 1252, but made no difference.
snibgo wrote:At the command prompt, before issuing the convert command, type the following commands:

Code: Select all

chcp
chcp 1252
The first command just tells you the current setting (probably 850). The second changes it to 1252.
by emino
2014-01-08T08:32:04-07:00
Forum: Users
Topic: Using pointsize for measures
Replies: 9
Views: 3293

Re: Using pointsize for measures

A useful trick is to put spaces at the start and end of captions eg convert -pointsize 30 caption:" šŋĩβģő " s.png Yes i've figured that for horizontal spacing, but my problem is with vertical spacing. i have to set an -extent for the caption, to go right below the one above it. What i am trying to ...
by emino
2014-01-08T08:20:01-07:00
Forum: Users
Topic: Unicode characters on Windows (localhost-wamp)
Replies: 4
Views: 2406

Re: Unicode characters on Windows (localhost-wamp)

snibgo wrote:In Windows 7, from memory, you need to set CHCP to 1252.
And how do i do that, might i ask ?
by emino
2014-01-08T07:04:39-07:00
Forum: Users
Topic: Unicode characters on Windows (localhost-wamp)
Replies: 4
Views: 2406

Unicode characters on Windows (localhost-wamp)

I've made a lot of testing and i could not get IM to properly caption with unicode characters on Windows -- without reading from file. When read from file, they turn out OK, but not from command http://s23.postimg.org/v88en857v/imuni.jpg jpg upload I'm currently using this file workaround; saving ...
by emino
2014-01-08T06:49:40-07:00
Forum: Users
Topic: Using pointsize for measures
Replies: 9
Views: 3293

Re: Using pointsize for measures

I guess so. But i think it'd help a lot with captions if it could be implemented. Because if you have a variable pointsize, or multiple captions, it's almost impossible to define the right margins based on px / %.
by emino
2014-01-07T19:45:05-07:00
Forum: Users
Topic: Using pointsize for measures
Replies: 9
Views: 3293

Using pointsize for measures

Firstly i'd like to say that i read / searched as much as i could, but didnt find anything about this. Simply, can we use pointsize as a measurement - very much like "em"s in css - ? For example I want my caption to go 3 pointsize left from initial position; just like you would do in css left: 3em ...