Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » JPEG Images do not get rotated correctly
Re: JPEG Images do not get rotated correctly [message #50453 is a reply to message #50452] Thu, 01 November 2018 08:34 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Tom1 wrote on Wed, 31 October 2018 19:30
Hi Mirek,

Thanks for adding that part. And no worries, this is merely a no-rush 'hobby' project of mine, which attempts to rename pictures by their shooting date and time, in order to efficiently remove duplicates from my over ten thousand photos and to make it easier to group them by the event or context.



Funny, I some time ago I was working on the similar project... (but not finished it) Smile

Quote:

	else if(tag == 0x132)
		metadata.Add("DateTime", String(data, 20));
	else if(tag == 0x9003)
		metadata.Add("DateTimeOriginal", String(data, 20));
	else if(tag == 0x9004)
		metadata.Add("DateTimeDigitized", String(data, 20));



I guess there is no harm adding these too.

That said, now looking at these, maybe we should actually store Time instead of String?

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: DrawArc not working in GTK mode
Next Topic: RescaleFilter.cpp: Implicit conversion from bool to double
Goto Forum:
  


Current Time: Mon May 06 02:13:23 CEST 2024

Total time taken to generate the page: 0.02786 seconds