Following up on this tracker, how do I change the profile?
Thanks
Following up on this tracker, how do I change the profile?
Thanks
The link goes to the Xojo Login Page!?
You have to be authenticated to go to the tracker. (thus the login page)
If you’re logged in it takes you to the issue:
fyi,
Anthony
Maybe this? (just did a Google search, no experience)
Technically you don’t. You can however convert to a new profile in an image editing app. MBS or Einhugur may have a way to do it and there’s probably a declare on macOS.
Think of it this way, it kinda works like text encodings. If you have UTF-8 text, you can use ConvertEncoding to change it to ASCII, but if you simply use DefineEncoding to set the encoding, what you get out is not usable.
Well, if you need to convert an image from one color space to another, you could do different things:
Use Xojo to load into a picture. Then make a new picture of same size, draw old into new and save new picture. That should convert to Generic RGB colorspace on macOS.
Yes, but when I re-save the image, I lose the creation and modification date and time; I have to re-enter them afterward.
It’s still a solution, though, thanks.