Ater updating the Magic.NET-Q16-AnyCPU to 7.0.101 (nuget), it is impossible to use LAB images as before or converting to LAB colorspace. I get always RGB values, when working in this colorspace. Before the update everything was working.
1.I tried to use LAB images from Photoshop.
After updating i had to change the code for pixelcollection and density, but the rest was working. Is there also a change in color or handling lab?
1.I tried to use LAB images from Photoshop.
- convert RGB by "img.ColorSpace = ColorSpace.Lab;"
-
convert by a profile
After updating i had to change the code for pixelcollection and density, but the rest was working. Is there also a change in color or handling lab?