FredWahl
FredWahl
Consider this scenario. There are two folders, A and B where A holds my reference files and B holds the files where I want to find duplicates. There are only...
I did some spring cleaning on my reference drive only to relise that I should have done so on my backup drive as well. Of course, I could have moved...
I have created a program that automates jpegtran. The output file should be optimised using the recommended flags. The problem is that there are many files and new files are...
I have created a program that loops through a given folder and runs jpegtran on every jpg file it finds. If I get an output file and it is smaller...
My c++ program could use a library like this. But can i call it from unmanaged code? Is there a wrapper or an example somewhere?
It seems loke a bad idea to run guetzli twice on the same picture. Is this something that Guetzli can detect by itself?
I intend to automate pdfsizeopt from my multithreaded program. There’s a potential problem if pdfsizeopt creates temporary files or folders as they have to be distinct for each thread. If...
I wrote a tool that automates jpegtran. You give it a path and then it runs jpegtran for every jpg file it finds. Very useful and written in c++. So...
Using your own code, you could make a very useful application. It shoud be given a path and it shoul iterate over all files in tis directory and the sub...
I have jpg files and I want to compress some of them if they are large enough and they haven’t already been compressed by tools like cjpeg or jpegmini. It...