-
-
Notifications
You must be signed in to change notification settings - Fork 698
dzsave: how to correct color or saturation #1670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @hhentschel, Sorry, you'd need to give some sample images and show the problem. At a guess, perhaps your input image has a colour profile? dzsave will strip profiles from tiles as it writes, since most people will not want a copy of the same (potentially quite large) profile in every output tile. |
Hi jcupitt, it is the same image we discussed in this question. If you don´t have it anymore, i could send it again to you. |
I would convert the image to srgb before making the deepzoom pyramid. This will make your pyramid smaller and it should look the same to your users. Try:
To make |
Thanks, unfortunatly it is not working. i also tried converting first only the image
and then your line of code, but did`nt work. |
It looks like your profile only works with perceptual intent. Try:
|
still no luck. it looks like icc_transform makes it more redish, which is missing |
Could you have made a mistake? It's working for me. I ran:
Here's Here's the output of They look the same to me. |
Perhaps you have some tiles left over from an earlier run? Maybe your web browser has cached the old tiles? I would try saving to a new directory under a new name. |
Good Point. I will/can test that on monday. Is there also a way to sharpen the image with vips? |
Yes, many ways. Have a look at |
I think we're done, I'll close. |
Hi, Second Question: vips sharpen works great. I had some issues finding the right coding formular, but with this, it works just fine for me: thanks! |
I noticed a different saturation (or color) output, after using
vips dzsave image.jpg foldername
The result has a lower saturation, not much, maybe 10% lower. One can see it on some colors.
Why is this happening and is there a way to change the saturation/ color output?
I did´nt find anything here and here.
The text was updated successfully, but these errors were encountered: