This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: USAGE: ./resize.bat [OPTION]... [DIR] | |
:: | |
:: Converts and scales the files in the directory DIR | |
:: If DIR is omitted it is asked to the user | |
:: Requires ImageMagick | |
:: | |
:: /q Runs quietly | |
:: /n No action, print file names only | |
:: | |
:: Parameters: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#define LBUF_SZ 0x402 | |
#define NEWL '\n' | |
struct string{ | |
char *str; | |
size_t len; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Script Info] | |
; Script generated by Aegisub 3.2.2 | |
; http://www.aegisub.org/ | |
Title: PROVA | |
ScriptType: v4.00+ | |
WrapStyle: 0 | |
ScaledBorderAndShadow: yes | |
YCbCr Matrix: None | |
PlayResX: 1920 | |
PlayResY: 1080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Counter Overlay Generatore | |
* | |
* Call the script once to prepare the template, | |
* adjust font, color and size, and write in | |
* the text layer a starting number, | |
* then call the script again to start the process. | |
* For transparent PNG select Cancel in the file select dialog. | |
* | |
*/ |