help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: create-image on console emacs


From: Lennart Borgman
Subject: Re: create-image on console emacs
Date: Fri, 7 May 2010 00:21:49 +0200

On Fri, May 7, 2010 at 12:05 AM, Kevin Rodgers
<kevin.d.rodgers@gmail.com> wrote:
>>
>> I tested this starting from "emacs -nw":
>>
>>  (setq x (create-image "c:/my-image.jpg"))
>>  (setq s (image-size x t))
>>
>> create-image works, but image-size fails.with "Non-W32 frame used".
>>
>> It looks like the reason is that internally images are in some way
>> bound to frames. I do not know the reason for this, but you can see it
>> in the code of `image-size'.
>>
>> Maybe it is a bug. Please submit a bug report.
>
> Just a guess: the size of the image depends on the resolution of the
> display system.


Maybe, I have never understood image sizes. I thought that perhaps the
pixel size was independent of the display.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]