| Author |
Message |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 29/03/2007 06:41:31
|
speake
Initiate
Joined: 29/03/2007 06:09:00
Messages: 4
Location: Melbourne, Australia
Offline
|
Hi,
After only an hour or so of experimentation the first feature that came to mind was that it would be much easier to create sensible graphics if the system allowed you to specify the size of the background image and it was scaled to that size by the browser, rather than using the native resolution of the image.
Stew.
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 29/03/2007 09:18:26
|
mlohbihler
Master
![[Avatar]](/forum/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.png)
Joined: 01/03/2007 22:48:52
Messages: 1502
Offline
|
Hi Stew,
Yes, that's a good idea. I believe the Javascript library (Dojo) already supports image resizing, and so technically should be easy enough to achieve. The only snag off the top of my head is that it should not allow re-sizing the image such that point views would end up outside of the background, but even that should be easy enough to detect.
We'll consider this for the next release, unless someone else beats us to it . Thanks for the input.
This message was edited 2 times. Last update was at 29/03/2007 09:20:04
|
Best regards,
Matthew Lohbihler |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 29/03/2007 20:03:41
|
mlohbihler
Master
![[Avatar]](/forum/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.png)
Joined: 01/03/2007 22:48:52
Messages: 1502
Offline
|
Actually, thinking about this more, there are plenty of tools that are better than browsers at doing image resizing (such as Paint .NET). Is there a reason why it would be better to do this in the application at runtime than otherwise?
|
Best regards,
Matthew Lohbihler |
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 30/03/2007 21:14:18
|
Anonymous
|
The main reason it would be good at runtime is so graphics can easily scale to screens with different resolutions. I guess this requires more effort than just scaling of the background images, but this is the 'Wishlist' after all.
|
|
|
 |
![[Post New]](/forum/templates/default/images/icon_minipost_new.gif) 30/03/2007 23:05:55
|
mlohbihler
Master
![[Avatar]](/forum/images/avatar/eccbc87e4b5ce2fe28308fd9f2a7baf3.png)
Joined: 01/03/2007 22:48:52
Messages: 1502
Offline
|
Indeed it is a wishlist, and your point is valid. It's true though: the background and all of the point view images would need to be scaled, and the effects on the (un-scalable) text renderings would need to be taken into account. (Sure, text can be scaled, but only in a very quantized way compared with the granularity of image scaling.)
Overall it is a tricky thing to make work properly, but still possible.
|
Best regards,
Matthew Lohbihler |
|
|
 |
|
|