Pretty simple request, I just want a program that can convert my artbook scan files to jpeg, I don't want to waste time manually exporting every page as .jpeg in an art program so a batch converter would be preferred. JPEGmini seemed promising but it has a retarded 50 image limit and I have 118 pages I need to convert.
>>1564397FSViewer
>>1564397ffmpeg (cli)imagemagick (cli)Irfanview (gui)
>>1564397https://github.com/JacobDev1/xl-converter
>I want my images blurrierWhy?
>>1564398Skipped this one, but thanks for the suggestion>>1564399Irfanview worked without any trouble, thank you.>>1564400I tried running this but it wouldn't start for me, might be malicious.>>1564417It's mainly for compression and portability reasons, the actual .pngs will also be available when I upload to archive.org.
>>1564397Protip, use chatgpt to write python code for simple batch tasks like this, Python can do damn near anything you need, image editing, video editing, file conversion, file editing, file renaming, calculators, it's surprisingly capable and using an LLM to code for you makes it as easy as a google search to make your own application for whatever you need.