Crappifier

crappifier(path_lr, path_hr)

Arguments

path_lr

path from (origin)

path_hr

path to (destination)

Value

None

Examples

if (FALSE) {

items = get_image_files(path_hr)
parallel(crappifier(path_lr, path_hr), items)

}