|
|
|
|
|
by tatersolid
142 days ago
|
|
Where do you store high quality original images in case future edits or recompression with better codecs are needed? Generation loss is a thing. I view the high-quality originals as “source” and resized+optimized images as “compiled” binaries. You generally want source in Git, not your compiled binaries. |
|
In general, I recommend people back up binary files to cloud storage, like S3, and only commit optimized, deployment ready assets to git. There's also GitLFS, but it's clucky to use.