How to trigger new resizing algorithm without reuploading?
jfriend
Registered Users Posts: 8,097 Major grins
I've read about the new-improved downsizing algorithm for smaller versions of our images that makes it less likely to see JPEG artifacts. I'm wondering if there's an easy way to take an existing image and cause new smaller sizes to be generated. I know I could reupload, but I'd rather not do that. Is there some change that can be made to the image that will trigger the remaking of the smaller sizes using the new algorithm?
Here's one I'd like to apply it to (see artifacts at the mountain/sky boundary):
Here's one I'd like to apply it to (see artifacts at the mountain/sky boundary):
--John
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
0
Comments
Nope - no difference
Portfolio • Workshops • Facebook • Twitter
Looks like the copy function just copies the picture.
The replace-function is probably the only way to trigger a the creation of new versions of the photo apart from reuploading it.
Sebastian
SmugMug Support Hero
I wasn't sure - so figured I'd try. There are many secrets under the Smug-covers so I just didn't know
John - re-upload is the ticket....
Portfolio • Workshops • Facebook • Twitter
Sebastian
SmugMug Support Hero
There are a bunch of operations that smugmug can do on an image. I was wondering if one of them would do no harm, but also trigger a re-make of the smaller sizes. The first one I tried was to rotate 90 degrees right, then 90 degrees left. It seems to work. The sky mountain boundaries are noticably better now.
Before on the left (45,384 bytes), After on the right (67,388 bytes).
I suspect that you could use some of the other tools too to apply a tiny crop, apply an unnoticable color effect, etc... Rotation is the easiest one I could think of that should be reversible, but might cause regeneration.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
cool!
Portfolio • Workshops • Facebook • Twitter
And, since there's multi-select for rotation, it's easy to do this on a whole gallery.
Folks reading this thread from the beginning are going to get really confused because it now looks like your change fixed the problem too (because your message and my message point to the same, now changed images).
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Portfolio • Workshops • Facebook • Twitter
Dgrin FAQ | Me | Workshops
Is it lossy? I was wondering if this was lossless or lossy?
According to what I've read, it is possible to do lossless JPEG rotation if the image dimensions are divisible by 16 which apparently all out-of-camera sizes are. Does Smugmug do lossy or lossless rotation if the image dimensions are divisible by 16?
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Smugmug does lossless rotation.
We check first, if the image is divisible by 8 on both sides it will rotate losslessly.
Portfolio • Workshops • Facebook • Twitter