Skip to content

Instantly share code, notes, and snippets.

@Fursje
Fursje / plex-meta-resize.php
Created May 12, 2016 16:24
Resize plex metadata images
<?php
$a = new img_resize();
$a->run();
class img_resize {
public $img_files = array();
public $img_path = "";
public $bad_files = array();