Matt McWilliams
|
8e35596088
|
Fixed the iOS issue. Also allow for fullscreen on all browsers (with no sleep). Can preview properly but normal mode does not work
|
2023-02-25 16:32:08 -05:00 |
Matt McWilliams
|
f5392aea9f
|
Resolves #74
|
2023-02-25 12:33:18 -05:00 |
Matt McWilliams
|
c9bcb74a9f
|
Progress on #20. Can start up a server and serve client.js
|
2023-02-25 02:08:05 -05:00 |
sixteenmillimeter
|
aec3e29476
|
Wait until image is loaded in a temp element and then report back to main process using ipc. This uses the "display_load" ipc channel to call back to the Display class and resolve a promise made in the .show() method. Resolves #38.
|
2020-02-21 02:28:26 -05:00 |
sixteenmillimeter
|
ac1da17b8d
|
Handle different aspect ratio images and screens. Add additional counts on fields and thicken lines. Resolves #19
|
2019-08-25 15:54:50 -04:00 |
sixteenmillimeter
|
9b2ed018bf
|
If filmout picture source is set, set the field guide to match the aspect ratio of the image. Right now that only works if ratio is lower than the screen. Need to add case in display.html that corrects for when screen ratio is lower than image ratio.
|
2019-08-25 15:26:43 -04:00 |
mmcwilliams
|
f8fc9fded6
|
Fixed the siemen's star focusing screen with magic numbers. Better than it was before!
|
2019-06-26 16:07:00 -04:00 |
mmcwilliams
|
f239f862e8
|
Fixed frame counting optimization, resolving issue #17. Also added a Siemens Star focusing screen, a middle gray metering screen and a field guide screen for use with the filmout feature. TODO: actually change monitors when selected.
|
2019-06-25 12:13:15 -04:00 |
mmcwilliams
|
49f9f7f160
|
Display will now show a meter screen (middle grey) when instructed. Not wired to anything, got distracted by the re-naming shenanigans.
|
2019-06-18 15:47:17 -04:00 |
mmcwilliams
|
b9a6da957d
|
Add new display and capture modules. Don't need new capture module rn.
|
2019-02-08 13:16:42 -05:00 |