This is a discussion on Extract IPTC Metadata from jpeg and tiff image formats within the C# Programming forums, part of the Software Development category; Hi Karpagarajan, I checked the samples that you have sent yesterday. I already have this sample. This sample is used ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#11
| |||
| |||
| Hi Karpagarajan, I checked the samples that you have sent yesterday. I already have this sample. This sample is used to extract the IPTC MetaData from jpg file only. I want to extract, edit and save the IPTC Metadata for JPG, and TIFF file. I have no samples in C# to edit the IPTC MetaData. Please give some idea. Thanks, S.Balasubramanian. |
|
#12
| |||
| |||
| Yes Balasubramanian, I think we cannot edit the IPTC datas on image file. We can only extract the datas and use it for other purposes. I dont think, but it can be available on the net. When going with the thrid party components(Extractor), I dont think it is not that much easier to do all the image operations. You can just get the File stream structure of the JPEG file (it will be available on the net for Joint Photographic Experts Group). And use that Stream object for extracting / editing the meta data information. I will also search or do some R & D works regarding this and let u know before this evening. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention Last edited by Karpagarajan : 04-30-2007 at 12:37 AM. |
|
#13
| |||
| |||
| Hi Balasubramanian, I have given the sample R & D works i had done in IPTC. Just include this dll and use the namespace as in the following manner.(I just given the vb code) Dim a As New IPTCObjI just wrote the function for getting the IPTC data. It is possible to write the IPTC data onto the image. Hope it will be helpful for you. And if you want the save functionality also, i will give. Let me know. thanks. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#14
| |||
| |||
| Hi Karpagarajan, I am trying to add as a reference a dll that you have sent. But the following error occurs while registering the DLL using RegSvr32. LoadLibrary("NewIptc.dll") failed.The specified module could not be found. Please help me to solve the problem.. Thanks... S.Balasubramanian. |
|
#15
| |||
| |||
| Hi balasubramanian, I couldnt get the error when i tried to implement it in the another system - vb project. Its working fine. ![]() Do you have any option in C# to include this dll to your project? I dont know the exact procedure. this module should not be registered. I will let u know thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#16
| |||
| |||
| Hi Karpagarajan, I have to Register this DLL using Regsvr32 to use it in C# Project. Please tell me whether it is a managed DLL or unmanaged DLL. Please send me the VB project that you have implemented this DLL. Thanks.. S.Balasubramanian. |
|
#17
| |||
| |||
| Hi Karpagarajan, I can read the IPTC metadata from the DLL that you have sent. But, I can't write the IPTC medata using this dll. Please help me to write the IPTC metadata. Thanks... S.Balasubramanian. |
|
#18
| |||
| |||
| Hi balasubramanian, Here I have attached the vc++ dll source file for reading and saving the IPTC data on to the image file. Hope it will be useful for you.. let me know the feedback.. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#19
| |||
| |||
| Hi Karpagarajan, I checked the dll that you have sent now. It is working fine. Thanks... S.Balasubramanian. |
|
#20
| |||
| |||
| Very good contribution has been made to this thread and so ive made this thread sticky. Good Luck and continue quality content posting in this thread regularly because our goal must be to get the 1st result in search engines when searched for extract iptc metadata or extract metadata or extract iptc metadata using c# etc., Thanks
__________________ Vinoth Chandar Creator of Discussweb |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading EXIF, IPTC & ICC Profile metadata from an image using MagickNet in C# | letmein | C# Programming | 0 | 03-27-2008 12:42 AM |
| Applying ICC profiles to a TIFF,JPEG files using C# | oxygen | C# Programming | 1 | 02-28-2008 10:42 PM |
| Reading IPTC data from Nikon camera RAW images,JPEG,TIFF files using Adobe dll in C# | oxygen | C# Programming | 1 | 02-28-2008 10:33 PM |
| Read and Write IPTC and EXIF metadata fro raw Images | Balasubramanian.S | C# Programming | 4 | 08-03-2007 06:38 AM |
| I have a C source to write iptc and exif metadata for raw images. How to use it in C# | oxygen | C# Programming | 0 | 07-21-2007 01:56 AM |
Our Partners |