Changes

Jump to: navigation, search

Teletext

No change in size, 15:48, 8 March 2020
/* Code for image conversion */
use GD;
# It seems that to have a correct aspect ratio at the destination you should multiply the original height by 1.25
# Image must first be processed in Gimp to resize it to 80 (78 exactly) pixel width
# Then convert (image mode) to 1 bit black&white, floyd-steinberg (normal).
# It seems that to have a correct aspect ratio at the destination you should multiply the original height by 1.25
# output file:
31
edits