Hi @bidinou ,
Although I don’t know the answer to your question per se, another solution comes to mind, depending on what you want to do with it in the end. WHAT I know about the resizer though: you have to set your desired resolution for the images - so, once they are AT that resolution, no further gain can be expected. The only way would be to reduce the resolution further.
Ah - and: the DPI is only for “where to present this?”, it should not effect the size of an image. The only things that matter is the size / dimension of the picture (e.g.2048x… down to e.g. 320x…) and the jpg quality. Think as well about other formats than JPG, as jpg is nice and widely used, but e.g. WebP or AVIF are better for generating smaller sizes. You can convert your pictures with specialized programs (under Windows e.g. IrfanView or under both Windows and Linux consider ImageMagick or GIMP).
Also: do =NOT= simply do a “crop”, as this keeps the WHOLE picture in the presentation, even if only a part is visible. Do a true cut-to-size of the required part of a picture.
Another consideration is NOT to resize the image IN the presentation, but outside, to do a true reduction in size from e.g. 2048 something to e.g. 320 something that fits in the page.
If you insert a HiRes picture, it usually takes the whole page or even goes way outside the page size. Then you “pick” one of the border knots and resizes it to the desired size on the page, to get 2 or 10 picture on the page, right? Well - don’t do that, as, again, the picture SIZE remains within the presentation, only the view of that picture has changed.
Then, when it’s kinda static, with no fancy effects and all - you may consider storing it as PDF instead, as this reduces the size significantly.
And - yeah, it wouldn’t harm (and works better to start with) to go through all the pictures upfront and reduce the sizes. You may check out this for batch processing: Reduce File Size of Images in Linux - CLI and GUI methods | DigitalOcean.