Tobias Baldauf
Tobias Baldauf
Currenty, the functions calling upon ImageMagick commands assume that everything goes well within these commands. There is no return value we can unit-test easily. What we should implement is checking...
While using IM's identify to check on the validity of an incoming JPEG image has the benefit of not intrudicing yet another tool & thus dependency, it is prone to...
Blurring, also known as smoothing, is a great way to prepare an image or parts of an image for JPEG compression because the algorithm can compress these smoothed areas more...
Write a script which finds each function and within it detects global and local variables. Then it outputs a graphed list of: ## functionname - global variables created & altered...
After making the code more modular & thus testable, it is now time to set up a test-suite of unit tests via the BATS unit testing framework: https://github.com/sstephenson/bats
Hardware alternatives to Hexpress, such as the "Artiphon Orba" feature multi-track loops that get extrapolated from a user's repetitive input (e.g. drum pattern, melody etc.) and then quantized to fit...
Hi! The following error was reported to me as I'm maintaining a tool that builds upon jpegrescan: "I installed the program and its dependencies on Debian Wheezy. The Perl Slurp.PM...
- https://github.com/gnab/remark/issues/72#issuecomment-62225566
Show how to use header & footer if we use a Master slide. This uses remark.js 'layout: true'. Code: https://github.com/gnab/remark/issues/229
Research if there's a way to have remark.js etc. autoplay HTML5 local video on switching to a slide with video on it. Some Links: - https://stackoverflow.com/questions/19519084/remove-autoplay-attribute-from-video-element - https://github.com/gnab/remark/wiki/Configuration - onplaying="this.controls=false"...