index
:
gipfel
master
photogrammetry for mountain images
Johannes Hofmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ImageMetaData.cxx
Age
Commit message (
Expand
)
Author
2009-04-07
remove S_IRGRP to make things compile in MinGW
Johannes Hofmann
2009-04-07
check for fsync() availability
Johannes Hofmann
2009-04-07
typos
Johannes Hofmann
2009-04-07
factor out exifSetValue()
Johannes Hofmann
2009-04-07
factor out gpsSetCoordinate()
Johannes Hofmann
2009-04-07
style
Johannes Hofmann
2009-04-07
add mkstemp() alternative
Johannes Hofmann
2009-04-07
remove debug code
Johannes Hofmann
2009-04-07
add some safeguards for image reading and writing
Johannes Hofmann
2009-04-07
style
Johannes Hofmann
2009-04-07
switch ImageMetadata to exiv2 (mostly by Konrad Golling)
Johannes Hofmann
2009-03-17
fsync() temp file before rename()
Johannes Hofmann
2009-03-06
copy input for dirname(3) (reported by David Mitchell)
Johannes Hofmann
2009-03-06
fix const related warnings
Johannes Hofmann
2009-01-26
update copyright
Johannes Hofmann
2008-09-07
simplify image saving
Johannes Hofmann
2008-09-06
create file if it does not exist when saving an image
Johannes Hofmann
2008-07-17
add confirm_overwrite()
Johannes Hofmann
2008-07-17
copy instead of rename - in case /tmp is another filesystem
Johannes Hofmann
2008-07-08
fix image saving
Johannes Hofmann
2008-07-06
README updates
Johannes Hofmann
2008-07-05
whitespace
Johannes Hofmann
2008-07-05
cleanup ImageMetaDate interface
Johannes Hofmann
2008-01-18
inline get/set methods
Johannes Hofmann
2007-08-11
fill in default values in GipfelWidget instead of ImageMetaData
Johannes Hofmann
2007-08-08
remove compatibility with old format
Johannes Hofmann
2007-08-03
use md member
Johannes Hofmann
2007-03-12
fix saving of x0
Johannes Hofmann
2007-03-07
add GUI stuff for x0
Johannes Hofmann
2007-01-04
fix segfault with old gipfel format
Johannes Hofmann
2006-12-18
add distortion stuff to control window
Johannes Hofmann
2006-12-18
add distortion profile handling
Johannes Hofmann
2006-12-18
add manufacturer model and focal_length to ImageMetaData
Johannes Hofmann
2006-12-17
fix warnings
Johannes Hofmann
2006-12-16
remove u0 v0 stuff completely
Johannes Hofmann
2006-12-15
tests
Johannes Hofmann
2006-12-14
implement save/restore of distortion parameters
Johannes Hofmann
2006-10-30
add simplified copyright
Johannes Hofmann
2006-10-30
strip copyright
Johannes Hofmann
2006-10-30
scale -> focal_length_35mm
Johannes Hofmann
2006-10-30
fix problem with compatibility code
Johannes Hofmann
2006-10-30
consolidate ExifImageMetaData and src/JpgcomImageMetaData into ImageMetaData
Johannes Hofmann
2006-10-28
move Jpeg header writing to JpgcomImageMetaData class
Johannes Hofmann
2006-10-28
fix ImageMetaData classes
Johannes Hofmann
2006-10-27
add initial ImageMetaData classes
Johannes Hofmann