Skip to content

Commit

Permalink
Quote update
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeazer committed Jan 22, 2024
1 parent e8e4c05 commit de78297
Show file tree
Hide file tree
Showing 7,066 changed files with 3,525 additions and 21 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3,534 changes: 3,519 additions & 15 deletions image-gen/litclock_annotated.csv

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions image-gen/quote_to_image.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function TurnQuoteIntoImage($time, $quote, $timestring, $title, $author) {
print "Image for " . $time .'_'. $imagenumber . "\n";

// Save the image
imagepng($png_image, 'images/quote_'.$time.'_'.$imagenumber.'.png');
imagepng($png_image, '../images/quote_'.$time.'_'.$imagenumber.'.png');


///// METADATA /////
Expand Down Expand Up @@ -140,7 +140,7 @@ function TurnQuoteIntoImage($time, $quote, $timestring, $title, $author) {
$metadataX2 = $width-($textWidth2+$margin);
$metadataY = $height-$margin;

imagettftext($png_image, $creditFont_size, 0, $metadataX1, $metadataY-($textheight1*1.1), $black, $creditFont, $dash . $newCredits[0]);
imagettftext($png_image, $creditFont_size, 0, $metadataX1, $metadataY-(int)($textheight1*1.1), $black, $creditFont, $dash . $newCredits[0]);
imagettftext($png_image, $creditFont_size, 0, $metadataX2, $metadataY, $black, $creditFont, $newCredits[1]);

} else {
Expand All @@ -154,7 +154,7 @@ function TurnQuoteIntoImage($time, $quote, $timestring, $title, $author) {
}

// Save the image with metadata
imagepng($png_image, 'images/metadata/quote_'.$time.'_'.$imagenumber.'_credits.png');
imagepng($png_image, '../images/metadata/quote_'.$time.'_'.$imagenumber.'_credits.png');

// Free up memory
imagedestroy($png_image);
Expand Down Expand Up @@ -209,7 +209,7 @@ function fitText($quote_array, $width, $height, $font_size, $timestringStarts, $
$textcolor = $grey;
}

// measure the word's width
// measure the words width
list($textwidth, $textheight) = measureSizeOfTextbox($font_size, $font, $word . " ");

//// write every word to image, and record its position for the next word ////
Expand All @@ -231,7 +231,7 @@ function fitText($quote_array, $width, $height, $font_size, $timestringStarts, $
# write the word to the image
imagettftext($png_image, $font_size, 0, $position[0], $position[1], $textcolor, $font, $word);

// if the line isn't too long, just add it.
// if the line is not too long, just add it.
} else {

# write the word to the image
Expand Down Expand Up @@ -280,4 +280,4 @@ function measureSizeOfTextbox($font_size, $font_path, $text) {
}


?>

Binary file added images/metadata/quote_0000_0_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_10_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_11_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_12_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_13_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_14_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_15_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_16_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_17_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_18_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_19_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_1_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_20_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_21_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_22_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_23_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_24_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_25_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_26_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/metadata/quote_0000_27_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/metadata/quote_0000_28_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/metadata/quote_0000_29_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/metadata/quote_0000_2_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/metadata/quote_0000_30_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/metadata/quote_0000_31_credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/metadata/quote_0000_32_credits.png
Binary file added images/metadata/quote_0000_33_credits.png
Binary file added images/metadata/quote_0000_34_credits.png
Binary file added images/metadata/quote_0000_35_credits.png
Binary file added images/metadata/quote_0000_36_credits.png
Binary file added images/metadata/quote_0000_37_credits.png
Binary file added images/metadata/quote_0000_38_credits.png
Binary file added images/metadata/quote_0000_39_credits.png
Binary file modified images/metadata/quote_0000_3_credits.png
Binary file added images/metadata/quote_0000_40_credits.png
Binary file added images/metadata/quote_0000_41_credits.png
Binary file added images/metadata/quote_0000_42_credits.png
Binary file added images/metadata/quote_0000_43_credits.png
Binary file added images/metadata/quote_0000_44_credits.png
Binary file added images/metadata/quote_0000_45_credits.png
Binary file added images/metadata/quote_0000_46_credits.png
Binary file added images/metadata/quote_0000_47_credits.png
Binary file added images/metadata/quote_0000_48_credits.png
Binary file added images/metadata/quote_0000_49_credits.png
Binary file modified images/metadata/quote_0000_4_credits.png
Binary file added images/metadata/quote_0000_50_credits.png
Binary file added images/metadata/quote_0000_51_credits.png
Binary file added images/metadata/quote_0000_52_credits.png
Binary file added images/metadata/quote_0000_53_credits.png
Binary file modified images/metadata/quote_0000_5_credits.png
Binary file modified images/metadata/quote_0000_6_credits.png
Binary file modified images/metadata/quote_0000_7_credits.png
Binary file modified images/metadata/quote_0000_8_credits.png
Binary file modified images/metadata/quote_0000_9_credits.png
Binary file modified images/metadata/quote_0001_0_credits.png
Binary file added images/metadata/quote_0001_1_credits.png
Binary file added images/metadata/quote_0001_2_credits.png
Binary file added images/metadata/quote_0001_3_credits.png
Binary file modified images/metadata/quote_0002_0_credits.png
Binary file added images/metadata/quote_0002_1_credits.png
Binary file modified images/metadata/quote_0003_0_credits.png
Binary file modified images/metadata/quote_0003_1_credits.png
Binary file modified images/metadata/quote_0003_2_credits.png
Binary file modified images/metadata/quote_0004_0_credits.png
Binary file added images/metadata/quote_0004_1_credits.png
Binary file modified images/metadata/quote_0005_0_credits.png
Binary file added images/metadata/quote_0005_1_credits.png
Binary file modified images/metadata/quote_0006_0_credits.png
Binary file modified images/metadata/quote_0007_0_credits.png
Binary file modified images/metadata/quote_0008_0_credits.png
Binary file modified images/metadata/quote_0009_0_credits.png
Binary file modified images/metadata/quote_0010_0_credits.png
Binary file added images/metadata/quote_0010_1_credits.png
Binary file added images/metadata/quote_0010_2_credits.png
Binary file modified images/metadata/quote_0011_0_credits.png
Binary file added images/metadata/quote_0011_1_credits.png
Binary file modified images/metadata/quote_0012_0_credits.png
Binary file modified images/metadata/quote_0012_1_credits.png
Binary file added images/metadata/quote_0013_0_credits.png
Binary file modified images/metadata/quote_0014_0_credits.png
Binary file modified images/metadata/quote_0015_0_credits.png
Binary file modified images/metadata/quote_0015_1_credits.png
Binary file modified images/metadata/quote_0016_0_credits.png
Binary file modified images/metadata/quote_0017_0_credits.png
Binary file added images/metadata/quote_0017_1_credits.png
Binary file modified images/metadata/quote_0018_0_credits.png
Binary file added images/metadata/quote_0018_1_credits.png
Binary file added images/metadata/quote_0019_0_credits.png
Binary file modified images/metadata/quote_0020_0_credits.png
Binary file added images/metadata/quote_0020_1_credits.png
Binary file added images/metadata/quote_0020_2_credits.png
Binary file modified images/metadata/quote_0021_0_credits.png
Binary file added images/metadata/quote_0021_1_credits.png
Binary file added images/metadata/quote_0021_2_credits.png
Binary file modified images/metadata/quote_0022_0_credits.png
Binary file modified images/metadata/quote_0023_0_credits.png
Binary file modified images/metadata/quote_0024_0_credits.png
Binary file modified images/metadata/quote_0025_0_credits.png
Binary file modified images/metadata/quote_0025_1_credits.png
Binary file added images/metadata/quote_0025_2_credits.png
Binary file modified images/metadata/quote_0026_0_credits.png
Binary file added images/metadata/quote_0027_0_credits.png
Binary file modified images/metadata/quote_0028_0_credits.png
Binary file modified images/metadata/quote_0029_0_credits.png
Binary file modified images/metadata/quote_0030_0_credits.png
Binary file added images/metadata/quote_0030_1_credits.png
Binary file added images/metadata/quote_0030_2_credits.png
Binary file modified images/metadata/quote_0031_0_credits.png
Binary file modified images/metadata/quote_0032_0_credits.png
Binary file added images/metadata/quote_0032_1_credits.png
Binary file modified images/metadata/quote_0033_0_credits.png
Binary file modified images/metadata/quote_0034_0_credits.png
Binary file added images/metadata/quote_0035_0_credits.png
Binary file added images/metadata/quote_0035_1_credits.png
Binary file added images/metadata/quote_0036_0_credits.png
Binary file added images/metadata/quote_0037_0_credits.png
Binary file added images/metadata/quote_0037_1_credits.png
Binary file added images/metadata/quote_0038_0_credits.png
Binary file added images/metadata/quote_0038_1_credits.png
Binary file added images/metadata/quote_0038_2_credits.png
Binary file added images/metadata/quote_0039_0_credits.png
Binary file modified images/metadata/quote_0040_0_credits.png
Binary file added images/metadata/quote_0040_1_credits.png
Binary file added images/metadata/quote_0040_2_credits.png
Binary file added images/metadata/quote_0041_0_credits.png
Binary file modified images/metadata/quote_0042_0_credits.png
Binary file modified images/metadata/quote_0043_0_credits.png
Binary file added images/metadata/quote_0044_0_credits.png
Binary file modified images/metadata/quote_0045_0_credits.png
Binary file modified images/metadata/quote_0045_1_credits.png
Binary file added images/metadata/quote_0045_2_credits.png
Binary file added images/metadata/quote_0046_0_credits.png
Binary file modified images/metadata/quote_0047_0_credits.png
Binary file added images/metadata/quote_0048_0_credits.png
Binary file added images/metadata/quote_0049_0_credits.png
Binary file modified images/metadata/quote_0050_0_credits.png
Binary file added images/metadata/quote_0051_0_credits.png
Binary file added images/metadata/quote_0052_0_credits.png
Binary file added images/metadata/quote_0053_0_credits.png
Binary file modified images/metadata/quote_0054_0_credits.png
Binary file modified images/metadata/quote_0055_0_credits.png
Binary file added images/metadata/quote_0055_1_credits.png
Binary file added images/metadata/quote_0055_2_credits.png
Binary file modified images/metadata/quote_0056_0_credits.png
Binary file modified images/metadata/quote_0056_1_credits.png
Binary file added images/metadata/quote_0056_2_credits.png
Binary file modified images/metadata/quote_0057_0_credits.png
Binary file modified images/metadata/quote_0058_0_credits.png
Binary file added images/metadata/quote_0058_1_credits.png
Binary file modified images/metadata/quote_0059_0_credits.png
Binary file added images/metadata/quote_0059_1_credits.png
Binary file added images/metadata/quote_0059_2_credits.png
Binary file modified images/metadata/quote_0100_0_credits.png
Binary file added images/metadata/quote_0100_10_credits.png
Binary file added images/metadata/quote_0100_11_credits.png
Binary file added images/metadata/quote_0100_12_credits.png
Binary file added images/metadata/quote_0100_13_credits.png
Binary file added images/metadata/quote_0100_14_credits.png
Binary file added images/metadata/quote_0100_15_credits.png
Binary file modified images/metadata/quote_0100_1_credits.png
Binary file modified images/metadata/quote_0100_2_credits.png
Binary file modified images/metadata/quote_0100_3_credits.png
Binary file modified images/metadata/quote_0100_4_credits.png
Binary file modified images/metadata/quote_0100_5_credits.png
Binary file modified images/metadata/quote_0100_6_credits.png
Binary file added images/metadata/quote_0100_7_credits.png
Binary file added images/metadata/quote_0100_8_credits.png
Binary file added images/metadata/quote_0100_9_credits.png
Binary file modified images/metadata/quote_0101_0_credits.png
Binary file added images/metadata/quote_0101_1_credits.png
Binary file added images/metadata/quote_0102_0_credits.png
Binary file added images/metadata/quote_0102_1_credits.png
Binary file added images/metadata/quote_0103_0_credits.png
Binary file added images/metadata/quote_0104_0_credits.png
Binary file added images/metadata/quote_0104_1_credits.png
Binary file added images/metadata/quote_0105_0_credits.png
Binary file modified images/metadata/quote_0106_0_credits.png
Binary file added images/metadata/quote_0106_1_credits.png
Binary file added images/metadata/quote_0107_0_credits.png
Binary file added images/metadata/quote_0107_1_credits.png
Binary file modified images/metadata/quote_0108_0_credits.png
Binary file added images/metadata/quote_0108_1_credits.png
Binary file modified images/metadata/quote_0109_0_credits.png
Binary file added images/metadata/quote_0109_1_credits.png
Binary file modified images/metadata/quote_0110_0_credits.png
Binary file added images/metadata/quote_0110_1_credits.png
Binary file added images/metadata/quote_0110_2_credits.png
Binary file modified images/metadata/quote_0111_0_credits.png
Binary file added images/metadata/quote_0111_1_credits.png
Binary file modified images/metadata/quote_0112_0_credits.png
Binary file added images/metadata/quote_0112_1_credits.png
Binary file added images/metadata/quote_0113_0_credits.png
Binary file added images/metadata/quote_0114_0_credits.png
Binary file modified images/metadata/quote_0115_0_credits.png
Binary file modified images/metadata/quote_0115_1_credits.png
Binary file modified images/metadata/quote_0115_2_credits.png
Binary file added images/metadata/quote_0115_3_credits.png
Binary file modified images/metadata/quote_0116_0_credits.png
Binary file modified images/metadata/quote_0116_1_credits.png
Binary file modified images/metadata/quote_0117_0_credits.png
Binary file modified images/metadata/quote_0117_1_credits.png
Binary file added images/metadata/quote_0117_2_credits.png
Binary file added images/metadata/quote_0117_3_credits.png
Binary file added images/metadata/quote_0118_0_credits.png
Binary file added images/metadata/quote_0119_0_credits.png
Binary file modified images/metadata/quote_0120_0_credits.png
Binary file modified images/metadata/quote_0120_1_credits.png
Binary file added images/metadata/quote_0120_2_credits.png
Binary file added images/metadata/quote_0121_0_credits.png
Binary file modified images/metadata/quote_0122_0_credits.png
Binary file modified images/metadata/quote_0123_0_credits.png
Binary file added images/metadata/quote_0123_1_credits.png
Binary file modified images/metadata/quote_0124_0_credits.png
Binary file modified images/metadata/quote_0125_0_credits.png
Binary file modified images/metadata/quote_0126_0_credits.png
Binary file modified images/metadata/quote_0127_0_credits.png
Binary file added images/metadata/quote_0127_1_credits.png
Binary file modified images/metadata/quote_0128_0_credits.png
Binary file modified images/metadata/quote_0129_0_credits.png
Binary file modified images/metadata/quote_0130_0_credits.png
Binary file modified images/metadata/quote_0130_1_credits.png
Binary file modified images/metadata/quote_0130_2_credits.png
Binary file modified images/metadata/quote_0130_3_credits.png
Binary file added images/metadata/quote_0130_4_credits.png
Binary file added images/metadata/quote_0130_5_credits.png
Binary file added images/metadata/quote_0130_6_credits.png
Binary file added images/metadata/quote_0131_0_credits.png
Binary file modified images/metadata/quote_0132_0_credits.png
Binary file added images/metadata/quote_0132_1_credits.png
Binary file modified images/metadata/quote_0133_0_credits.png
Binary file added images/metadata/quote_0134_0_credits.png
Binary file added images/metadata/quote_0135_0_credits.png
Binary file added images/metadata/quote_0136_0_credits.png
Binary file added images/metadata/quote_0137_0_credits.png
Binary file modified images/metadata/quote_0138_0_credits.png
Binary file added images/metadata/quote_0139_0_credits.png
Binary file modified images/metadata/quote_0140_0_credits.png
Binary file added images/metadata/quote_0141_0_credits.png
Binary file added images/metadata/quote_0142_0_credits.png
Binary file added images/metadata/quote_0143_0_credits.png
Binary file added images/metadata/quote_0143_1_credits.png
Binary file modified images/metadata/quote_0144_0_credits.png
Binary file added images/metadata/quote_0145_0_credits.png
Binary file added images/metadata/quote_0145_1_credits.png
Binary file added images/metadata/quote_0145_2_credits.png
Binary file modified images/metadata/quote_0146_0_credits.png
Binary file added images/metadata/quote_0147_0_credits.png
Binary file added images/metadata/quote_0147_1_credits.png
Binary file added images/metadata/quote_0148_0_credits.png
Binary file added images/metadata/quote_0149_0_credits.png
Binary file modified images/metadata/quote_0150_0_credits.png
Binary file added images/metadata/quote_0150_1_credits.png
Binary file modified images/metadata/quote_0151_0_credits.png
Binary file added images/metadata/quote_0152_0_credits.png
Binary file added images/metadata/quote_0153_0_credits.png
Binary file modified images/metadata/quote_0154_0_credits.png
Binary file added images/metadata/quote_0155_0_credits.png
Binary file added images/metadata/quote_0156_0_credits.png
Binary file added images/metadata/quote_0157_0_credits.png
Binary file added images/metadata/quote_0158_0_credits.png
Binary file added images/metadata/quote_0158_1_credits.png
Binary file added images/metadata/quote_0159_0_credits.png
Binary file modified images/metadata/quote_0200_0_credits.png
Binary file added images/metadata/quote_0200_10_credits.png
Binary file added images/metadata/quote_0200_11_credits.png
Binary file added images/metadata/quote_0200_12_credits.png
Binary file added images/metadata/quote_0200_13_credits.png
Binary file added images/metadata/quote_0200_14_credits.png
Binary file added images/metadata/quote_0200_15_credits.png
Binary file added images/metadata/quote_0200_16_credits.png
Binary file added images/metadata/quote_0200_17_credits.png
Binary file added images/metadata/quote_0200_18_credits.png
Binary file added images/metadata/quote_0200_19_credits.png
Binary file modified images/metadata/quote_0200_1_credits.png
Binary file added images/metadata/quote_0200_20_credits.png
Binary file added images/metadata/quote_0200_21_credits.png
Binary file added images/metadata/quote_0200_22_credits.png
Binary file added images/metadata/quote_0200_23_credits.png
Binary file added images/metadata/quote_0200_24_credits.png
Binary file modified images/metadata/quote_0200_2_credits.png
Binary file modified images/metadata/quote_0200_3_credits.png
Binary file modified images/metadata/quote_0200_4_credits.png
Binary file modified images/metadata/quote_0200_5_credits.png
Binary file added images/metadata/quote_0200_6_credits.png
Binary file added images/metadata/quote_0200_7_credits.png
Binary file added images/metadata/quote_0200_8_credits.png
Binary file added images/metadata/quote_0200_9_credits.png
Binary file modified images/metadata/quote_0201_0_credits.png
Binary file modified images/metadata/quote_0202_0_credits.png
Binary file added images/metadata/quote_0203_0_credits.png
Binary file added images/metadata/quote_0203_1_credits.png
Binary file modified images/metadata/quote_0204_0_credits.png
Binary file modified images/metadata/quote_0205_0_credits.png
Binary file modified images/metadata/quote_0205_1_credits.png
Binary file added images/metadata/quote_0205_2_credits.png
Binary file added images/metadata/quote_0206_0_credits.png
Binary file added images/metadata/quote_0206_1_credits.png
Binary file added images/metadata/quote_0206_2_credits.png
Loading

0 comments on commit de78297

Please sign in to comment.