Thanks again to everybody,
Your answers helped me to understand better.
My pragmatic solution is now to package my program
with an open source .ttf font,
which will be used on both platforms.
On 08/04/2011 10:24 PM, Irmen de Jong wrote:
> On 4-8-2011 21:30, Irmen de Jong wrote:
>
>> As far as
On 4-8-2011 21:30, Irmen de Jong wrote:
> As far as I know, I did not see any difference in output on windows, linux
> and mac os x
> as long as the code used the same ttf file and PIL versions. (but I'll double
> check now
> and see if I remember this correctly).
To follow up on myself, I've j
On 4-8-2011 20:54, Gelonida N wrote:
> The reason why I want the images to look identical is very simple.
> Though the final web server will run on a linux server, I use sometimes
> windows for development or as test server.
>
> For automated tests I would have liked pixel identical images.
> th
On 08/04/2011 12:32 PM, Thomas Jollans wrote:
> On 04/08/11 12:04, Gelonida N wrote:
Thanks for your answer.
>> >From within a django application
>> I'd like create a small image file (e.g. .png)
>> which just contains some text.
>>
>> I wondered what library would be appropriate and would yield t
Gelonida N wrote:
> I wondered what library would be appropriate and would yield the same
> result independent of the OS (assuming the versions of the python
> libraries are the same)
> Images should be pixel identical independent on the platform on which
> the image is created.
Short answer: you
On 04/08/11 12:04, Gelonida N wrote:
> I posted already a question, but perhaps the subject line wasn't clear.
>
>
> Subject line was "Text to image with same results on any platform"
>
Oh, your original message was perfectly clear, and if I knew the answer,
I might have responded. Anyway, int
I posted already a question, but perhaps the subject line wasn't clear.
Subject line was "Text to image with same results on any platform"
>From within a django application
I'd like create a small image file (e.g. .png)
which just contains some text.
I wondered what library would be appropria