Identify Screen Aspect Ratio
Reported by Brian Michalski | March 15th, 2011 @ 05:12 PM
We store the screen's width and height, but we need a model method identify the screen as a 16:9, 4:3, or some other size like that. It might be as easy as doing some division and rounding in the model or finding the GCD.
Comments and changes to this ticket
-
Brian Michalski March 15th, 2011 @ 05:14 PM
Actually, I'm not sure if we currently store the width and height... we should probably add that to the screen model
-
Brian Michalski April 10th, 2011 @ 03:48 PM
- Assigned user set to Zach Rowe
- State changed from new to open
(from [69043b31ddac8712f157b1852b8582859c8f30ee]) storing screen resolution, calculating aspect ratio [#131 state:open assigned:'Zach Rowe'] [#111 state:open assigned:'Zach Rowe'] https://github.com/wtg/concerto/commit/69043b31ddac8712f157b1852b85...
-
Zach Rowe April 10th, 2011 @ 03:54 PM
What's the difference between this and #111? Is calculating the aspect ratio good enough, or should we store it too?
-
Brian Michalski April 11th, 2011 @ 01:33 AM
- State changed from open to invalid
You're right. Duplicate of #111.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.
People watching this ticket
Referenced by
- 131 Identify Screen Aspect Ratio (from [69043b31ddac8712f157b1852b8582859c8f30ee]) storing...
- 111 Aspect Ratio Identification (from [69043b31ddac8712f157b1852b8582859c8f30ee]) storing...