User Tools

Site Tools


finding_image_file_dimensions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
finding_image_file_dimensions [2018/10/17 13:35] – Corrected JPG dimensions richardrussellfinding_image_file_dimensions [2024/01/05 00:22] (current) – external edit 127.0.0.1
Line 19: Line 19:
       PTR#F% = 4       PTR#F% = 4
       REPEAT PTR#F% = PTR#F% + 256 * BGET#F% + BGET#F%       REPEAT PTR#F% = PTR#F% + 256 * BGET#F% + BGET#F%
-      UNTIL BGET#F% = &FF AND BGET#F% = &C0 OR EOF#F%+      UNTIL BGET#F% = &FF AND (BGET#F% AND &F0) = &C0 OR EOF#F%
       PTR#F% = PTR#F% + 3       PTR#F% = PTR#F% + 3
       H% = 256 * BGET#F% + BGET#F%       H% = 256 * BGET#F% + BGET#F%
finding_image_file_dimensions.1539783334.txt.gz · Last modified: 2024/01/05 00:17 (external edit)