Milan Nikolic

Results 375 comments of Milan Nikolic
trafficstars

Addressed in https://github.com/gen2brain/cbconvert/commit/f85fe990ff57b7061c3f513af72862c4448a91b9. Now it will always just skip such files. The new release has been uploaded.

Currently, cbconvert doesn't use any config file I and prefer that. If there is something else that could go to the config file, fine, but I don't like the idea...

I would not go so far as to complicate it so much, `.jpeg` can just be forced to `.jpg` and that is it, no need for an option for that....

Addressed in https://github.com/gen2brain/cbconvert/commit/1a5520c05090371c19820a5420aa9393bad35e29. It just simply uses `.jpg` extension for the `jpeg` format, so all old `8.3` apps should work.

The relevant issue is this I think https://github.com/selmf/unarr/issues/15. There are no plans to add support for different archive libraries because they don't exist. I was thinking about adding support for...

C sources are updated when there is a need, and I don't see one. The usual distros probably have even older versions.

The plan is to use https://github.com/gen2brain/jpegli for JPEG, resulting in much smaller files. I don't see the point in using the 7z or RAR, there is very little to gain...

@jwillikers I could add `extlib` tag, like I usually do, to use the external `libunarr` library. I didn't because at the time it was not packaged for any distro, not...

@jwillikers `extlib` option is added, and `cbconvert` now uses the latest `go-unarr`.

This seems to be a duplicate of https://github.com/gen2brain/cbconvert/issues/20. I have a plan to remove the ImageMagick requirement and to use libraries like https://github.com/gen2brain/avif and https://github.com/gen2brain/webp, but that will probably not...