ephestione
ephestione
Use case scenario: I have a big image (picture taken with DSLR) which I do not want to resize. I cannot load it at 100% size in this plugin both...
Source folder is a dropbox subfolder, contains a php web application running on a local webserver. It contains upwards of 24000 files, and almost 3000 folders. It has been used...
Just like the title. I use USB boot, and this tool is awesome for backups, especially in the latest version where you can set image size and the PARTUUID's are...
I was redirected here from the telegram channel, after I asked if there was a way to set multiple cleaning passes with Valetudo. In your build you can do that...
Just putting it here for good measure, if you even plan to spend time on this tool again :)
My application usually creates one PDF per time, so I wrote this function: ```php use Dompdf\Dompdf; function makepdf($html,$filename=null,$orientation="portrait") { require_once 'dompdf/autoload.inc.php'; $dompdf = new Dompdf(['isHtml5ParserEnabled' => true]); $dompdf->loadHtml($html); $dompdf->setPaper('A4',$orientation); $dompdf->set_base_path($_SERVER["DOCUMENT_ROOT"]);...
Hello and thank you for this extremely straightforward utility, now if only there was something that did the same thing but saved a video stream instead... but I digress ;)...