rarsamx
@rarsamx@lemmy.ca
- Comment on Where is Immich going to be in 1 year? What's your prediction? 6 hours ago:
Once you implement Authentication/Authorization it’s fairly simple to add a new function.
I think here, the problem is not the complexity of the task, but the developer’s prioritization based on all the backlogged features.
Still, users can do this on their own. Directly on the folder, autorotating all pictures using wildcards.
- Comment on Where is Immich going to be in 1 year? What's your prediction? 6 hours ago:
You can start with what you can. What can provide the most value and iteratively improve from there.
Sometimes as a developer or even product manager, you don’t know what feature complete really means until people start using it.
Oh, by the way: imagemagick.org/script/formats.php
- Comment on Where is Immich going to be in 1 year? What's your prediction? 1 day ago:
I’m just learning about the software but all the tasks you listed (crop, rotate and adjust), can be done easily with imagemagick simple one-liners.
For example:
Convert in.jpg -rotate out.jpg
Or
Using the auto-orient option or using jhead.
Why is it so hard for this app to implement it?