CTW Posted February 23, 2022 Share Posted February 23, 2022 I am working with a printing lab that requires sRGB files. I have tried to determine whether paint.net files are sRGB (and which file types are or aren't) by combing through threads, but the language is just too over-my-head. Quote Link to comment Share on other sites More sharing options...
CTW Posted February 23, 2022 Author Share Posted February 23, 2022 The Color format for my computer says it is RGB. Does this impact paint.net's capacity to create sRGB images? Quote Link to comment Share on other sites More sharing options...
BoltBait Posted February 24, 2022 Share Posted February 24, 2022 I'm not a filetype expert, maybe @null54 could answer this one. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
null54 Posted February 24, 2022 Share Posted February 24, 2022 This is more a color management issue than a file type issue, sRGB is one of a number of standards that describe how RGB pixels should be interpreted for display/printing. It sounds like the printer is asking for an image with an embedded sRGB color profile. Paint.NET does not currently support color management, but you should be able to use Krita to save an image as sRGB. 1 1 Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint Shop Pro Filetype | RAW Filetype | WebP Filetype The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait Link to comment Share on other sites More sharing options...
HyReZ Posted February 24, 2022 Share Posted February 24, 2022 (edited) sRGB is the standard color space on Windows 10 The sRGB standard color space was developed jointly in 1996 by Microsoft and HP. It is the default color space, but can be changed by installing other ICC color management profiles https://support.microsoft.com/en-au/windows/about-color-management-2a2ed8fa-cf09-83c5-e55c-d1428519f616 BTW There is a open source freeware called Cyan that allows for the conversion of ICC profiles for images up to 32 bits. I use it to convert RGB to CMYK. Here is the link:https://cyan.fxarena.net/ When you goto Windows Color Management you should see something like what is inserted below after selecting the 'Advanced' tab: Edited February 25, 2022 by HyReZ Quote Link to comment Share on other sites More sharing options...
CTW Posted February 24, 2022 Author Share Posted February 24, 2022 15 hours ago, null54 said: This is more a color management issue than a file type issue, sRGB is one of a number of standards that describe how RGB pixels should be interpreted for display/printing. It sounds like the printer is asking for an image with an embedded sRGB color profile. Paint.NET does not currently support color management, but you should be able to use Krita to save an image as sRGB. How do I know if a file is an "embedded sRGB color profile?" Is there a way to check? Thank you! P.S. What does it mean for a file to be "embedded"? And "embedded" as opposed to what kind of file(s)?... Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted February 24, 2022 Share Posted February 24, 2022 2 hours ago, CTW said: P.S. What does it mean for a file to be "embedded"? And "embedded" as opposed to what kind of file(s)?... Really simply: an "embedded sRGB color profile" means the image has it's own table of colors which it uses to make sure the image displays the same way across different platforms. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
midora Posted February 24, 2022 Share Posted February 24, 2022 Embedded means the file contains the color profile as opposed to that the color profile is stored in a separate file or does not exist at all. Quote Link to comment Share on other sites More sharing options...
HyReZ Posted February 24, 2022 Share Posted February 24, 2022 (edited) On 2/23/2022 at 6:57 PM, CTW said: The Color format for my computer says it is RGB. Does this impact paint.net's capacity to create sRGB images? Here we are full circle. If you created or edited an image in Paint.NET and did not add/embed a color space profile to the Color Management, then it will saved as sRGB by default. Paint.NET does not provide the option to add/embed color space profiles, it uses the WCS 1.0 default or the profiles installed by the user via Color Management. Why? Because: "When no input color space is specified, by default WCS 1.0 uses the sRGB color space as the input color space for color mapping. When no output profile is specified, but a default device is specified, WCS 1.0 selects a default output profile. If the default device does not have an associated profile, WCS 1.0 uses the sRGB color space as the output profile."https://docs.microsoft.com/en-us/windows/win32/wcs/srgb--a-standard-color-space I just found an excellent video link on the basics of color space and profiles: Edited February 25, 2022 by HyReZ Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted February 25, 2022 Share Posted February 25, 2022 Paint.NET will preserve the EXIF color profile from any image that it loads, mind you. It just won't make any use of it in-app. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
HyReZ Posted February 25, 2022 Share Posted February 25, 2022 (edited) @Rick Brewster If the image is edited in some way will the resulting image loose any of the EXIF data such as shutter speed, f-stop, camera model, or stuff like that when saved? I guess I should try it see for myself. Edited February 25, 2022 by HyReZ Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted February 25, 2022 Share Posted February 25, 2022 17 minutes ago, HyReZ said: @Rick Brewster If the image is edited in some way will the resulting image loose any of the EXIF data such as shutter speed, f-stop, camera model, or stuff like that when saved? No. All EXIF and XMP metadata is preserved. I think the only EXIF data that Paint.NET might change is the DPI, if you modify it in Image -> Resize or Image -> Canvas Size. There is also some precision loss that happens for DPI, e.g. "96" becomes "95.997", which hopefully I can find a workaround for at some point. Oh, also, PDN will honor the rotation metadata (90°, etc.) when loading an image, but then discard it. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.