Changes

Jump to: navigation, search

Teletext

135 bytes added, 18:17, 7 March 2020
/* Code for image conversion */
Done by Nico D. in Perl.
Image must first be processed in Gimp to resize it to 80 (79 exactly) pixel width, colour converted 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 
#!/usr/bin/perl
31
edits