RCM Posted October 23, 2015 Share Posted October 23, 2015 This is a great tool. It would be great to have one more easy feature: Add editor for editing Description Data, Tags, instead of having to open photo again with another tool to do this. Thanks. Quote Link to comment Share on other sites More sharing options...
mottoman Posted October 23, 2015 Share Posted October 23, 2015 Try the layer properties (right of the layers window) Type what ever info you want to in the box. Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted October 23, 2015 Share Posted October 23, 2015 Try the layer properties (right of the layers window) Type what ever info you want to in the box. I'm pretty sure RCM is referring to Exif metadata. I don't always use Exif metadata, but when I do, I use the File Properties dialog in Windows Explorer. Quote June 7th, 2023: Sorry about any broken images in my posts. The underlying DNS issue should be resolved soon. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Oceana Posted October 23, 2015 Share Posted October 23, 2015 How about this file type plugin for RAW data ? http://forums.getpaint.net/index.php?showtopic=31998 Quote Link to comment Share on other sites More sharing options...
racerx Posted October 23, 2015 Share Posted October 23, 2015 The $64,000 question is: Why would one want to edit the exif data of an image? I don't know of any typical image editor that has that capability built-in..... Quote Link to comment Share on other sites More sharing options...
null54 Posted October 24, 2015 Share Posted October 24, 2015 The $64,000 question is: Why would one want to edit the exif data of an image? EXIF data can include things like copyright tags. Additionally IPTC and XMP metadata allows for inclusion of additional data (Description, Source, etc) used in professional publishing. 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...
racerx Posted October 24, 2015 Share Posted October 24, 2015 Yes, I know about what exif metadata is and what info it holds. I often check the exif data on pictures I took to see which lens I used, F-stop, shutter speed, ISO, etc. There are many ways to strip or edit exif data. I'm curious as the the reason why the OP wants to do that? Quote Link to comment Share on other sites More sharing options...
david.atwell Posted October 27, 2015 Share Posted October 27, 2015 There are many reasons I can think of to need EXIF or other metadata editing tools; color space and embedded copyright info are two I can think of off the top of my head. The thing is, they're all edge cases and (from my experience with PdN development) unlikely to make it into the program. Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 27, 2015 Share Posted October 27, 2015 A metadata editor would be useful, sure, and I wanted to add one a long time ago. It never made the cut though because it's just not important enough, and it's also a lot more complicated than you might think. EXIF isn't as simple as you might expect. And while the APIs for working with it have become more general purpose, they've also become much more complicated. Case in point: https://msdn.microsoft.com/en-us/library/windows/desktop/ee719653(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ee719796(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ee719904(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ee719799(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ee719795(v=vs.85).aspx https://msdn.microsoft.com/en-us/library/windows/desktop/ee719871(v=vs.85).aspx In summary, you're much better off using another program for this. Someone else will have already dealt with this nightmare and made things work correctly and debugged it. 3 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.