mirror of
https://github.com/CKegel/Web-SSTV.git
synced 2025-06-05 19:15:34 +00:00
Possible typo—vertResolution
might be intended as horizontalResolution
#4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SableRaf on 1/3/2025
In
encode.js
, I noticed thatvertResolution
seems to refer to the number of pixels per line, which would make it a horizontal resolution rather than vertical. Based on the explanations in the SSTV handbook, this might be a typo, and renaming it tohorizontalResolution
(orpixelsPerLine
) could help clarify its meaning.That said, I might have misunderstood, so please feel free to clarify if I’ve gotten it wrong!