Activity for OpenExif

  • gesj <> committed [776393]

    initial import

  • gesj <> committed [7c8f1d]

    renamed to ExifJpegTables

  • gesj <> committed [66e7f0]

    merged into ExifImageFile

  • gesj <> committed [8566e0]

    reading/writing image pixels

  • smfryer <> committed [2ce15d]

    This commit was manufactured by cvs2svn to create tag 'start'.

  • gesj <> committed [ff492c]

    read/write of image pixels working

  • smfryer <> committed [5cc45b]

    This commit was manufactured by cvs2svn to create tag 'arelease'.

  • gesj <> committed [0a32bb]

    removed files

  • gesj <> committed [d0877f]

    new error codes

  • gesj <> committed [77264f]

    rename of JpegTables.h

  • gesj <> committed [453db2]

    added

  • gesj <> committed [11e86f]

    renamed ExifImage to ExifThumbnailImage

  • precision <> committed [5f2576]

    initial checkin

  • gesj <> committed [faa67f]

    work in progress

  • dduda <> committed [c4ce31]

    no message

  • gesj <> committed [a33aba]

    removed, not needed

  • gesj <> committed [c578fc]

    moved source files to the src directory

  • gesj <> committed [e16193]

    just checking in to safe storage

  • gesj <> committed [d91640]

    checking for safe storage

  • gesj <> committed [73ebe5]

    removed ExifCodecJpeg.h and ExifCodecJpeg.cpp

  • rlr <> committed [02aea5]

    Commented out the remaining code related to throwing Errors. Some of it was causing compiler warnings due to unused variables.

  • rlr <> committed [410cab]

    Changed functions setFileInput and setFileOutput to take a const char * instead of a char *.

  • rlr <> committed [38cb9a]

    Adding more Exif/Jpeg files for testing.

  • rlr <> committed [543183]

    Fixed isExifFile() bug.

  • gesj <> committed [9074fc]

    revived ExifError.h

  • rlr <> committed [f3fe87]

    Added conditional code so that JPEG_IJL is used when building/testing on WIN32 and JPEG_IJG is used otherwise.

  • rlr <> committed [426b67]

    Added code for testing the opening and closing of images in read-write mode.

  • gesj <> committed [3b1bf8]

    Changed app seg ids to be the marker+identifier, completed App0 support

  • rlr <> committed [bb29d3]

    Added verification of the ExifStatus to be equal to EXIF_OK after all open and close calls.

  • rlr <> committed [2fc6ba]

    Updating makefile and autoconf files.

  • lin <> committed [aacd20]

    no message

  • gesj <> committed [424a30]

    added documentation files

  • rlr <> committed [c0a855]

    Added private member mJpegImpl. This is needed for passing into the ExifJpegImage, otherwise the default will be used.

  • rlr <> committed [cc9125]

    jpegStatus wasn't being checked to be JPEG_OK for startDecompress(), startCompress(), writeScanLines().

  • rlr <> committed [266a80]

    Changed filename of jdatasrc.cpp, jdatadst.cpp, and jpegextension.h to

  • rlr <> committed [5bd7bf]

    Updated project file.

  • gesj <> committed [0ae693]

    change strip image implementation, got rid of error throwing

  • gesj <> committed [2d2fcf]

    removed ExifCodec.h ExifCodec.cpp

  • rlr <> committed [6e45a0]

    Changed file of jdatasrc.cpp, jdatadst.cpp, and jpegextension.h to

  • gesj <> committed [40eee6]

    removed files no longer needed

  • rlr <> committed [655a0d]

    - Added code necessary for opening file in ReadWrite mode, modifying only metadata

  • rlr <> committed [e2d369]

    The case of file input or output (as opposed to buffered input or output) was not being dealed with correctly for IJL. IJL takes a filename (IJG takes a FILE *) for file decompression input or compression output.

  • gesj <> committed [8566e0]

    reading/writing image pixels

  • gesj <> committed [34056c]

    added documentation

  • rlr <> committed [477f14]

    Added back in the test code that opens and closes images with APP3 segments.

  • rlr <> committed [7d7812]

    - Added code to test ExifImageFile::isExifFile().

  • rlr <> committed [147b70]

    Removed return statements in functions that were supposed to "return" void. VC++ compiler was complaining.

  • rlr <> committed [563b44]

    Corrected filename of one of the test images.

  • rlr <> committed [ae8f6f]

    Changed the filename of jdatasrc.cpp, jdatadst.cpp, and jpegextension.h to

  • rlr <> committed [ee9424]

    - Added initialization of image to NULL in the constructor of ExifImageFile. There was already code that assumed this was happening.

  • rlr <> committed [b58765]

    Changed the filename of jdatasrc.cpp, jdatadst.cpp, and jpegextension.h to

  • rlr <> committed [5e09a4]

    Overloaded setGenericTag() and getGenericTag() so that instead of having to

  • rlr <> committed [f56a1f]

    Added back in the testMetadataReadWrite() code and made some minor changes to it.

  • lin <> committed [6d50c0]

    no message

  • rlr <> committed [ec7419]

    Added to the documentation of open(). Currently not supporting "w+", "a", and "a+" modes.

  • lin <> committed [c77eea]

    no message

  • rlr <> committed [f95932]

    - EXIFTAG_XRESOLUTION and EXIFTAG_YRESOLUTION were being created of type EXIF_RATIONAL instead of EXIF_URATIONAL (RATIONAL in the Tiff Spec actually mans unsigned rational).

  • rlr <> committed [e6e9e7]

    Added project file for testing.

  • rlr <> committed [64bc1d]

    - Added initialization of tmpJpegFile string to "" (empty string).

  • gesj <> committed [2b4a1b]

    removed ExifError.h

  • rlr <> committed [eccb69]

    The case of open(status,fileName, "w") was not being handled in the switch statement causing an Error to be returned.

  • rlr <> committed [4e7779]

    Added function for file copying.

  • gesj <> committed [e16193]

    just checking in to safe storage

  • gesj <> committed [4acc16]

    removed ExifCodecNone.h ExifCodecNone.cpp

  • gesj <> committed [7898c9]

    added to support user defined app segments

  • rlr <> committed [11ead4]

    Simplified some of the test code. Added back in the calling of testImageReadWrite() and testThumbnailRead() - these had been previously commented out.

  • rlr <> committed [cf21cd]

    Local variable compression withing init() was being declared and assigned to exifdir->compression without being initialized.

  • rlr <> committed [9eee3e]

    Update project file...

  • rlr <> committed [759549]

    Adding images for testing

  • gesj <> committed [ff492c]

    read/write of image pixels working

  • rlr <> committed [c76cbb]

    Commented out code related to opening in "w+", "a", and "a+" modes. Currently not supporting these modes.

  • rlr <> committed [47e971]

    Updated the tags and tag locations.

  • rlr <> committed [73f722]

    Added EXIF_DQT_MARKER (0xFFDB)

  • rlr <> committed [b54a70]

    Adding more Exif/Jpeg files for testing.

  • gesj <> committed [639d06]

    now reading/writing AppSeg1, thumbnail (uncompressed and compressed), and the compressed image stream

  • rlr <> committed [e865a2]

    Added code to test getImageInfo().

  • rlr <> committed [30bcb7]

    ExifAppSegment::create( id ) returns NULL when the id has not been registered in the ExifAppSegment factory.

  • lin <> committed [435cfa]

    no message

  • rlr <> committed [642eb4]

    Removed Exif Types --- already defined in ExifTypeDefs.h

  • rlr <> committed [d10274]

    Removing KodakDC260.jpg

  • rlr <> committed [f2c118]

    Corrected project settings for Release

  • rlr <> committed [ad8c89]

    Merging change from OpenTiff.

  • rlr <> committed [0c92d3]

    Task # 61832

  • smfryer <> committed [fbd264]

    Changes for GCC 3.2.1

  • rlr <> committed [d038bc]

    Modified code so that non-implemented application segments in the original

  • rlr <> committed [337b6e]

    Updating config/make files.

  • rlr <> committed [8f0da6]

    Fix

  • rlr <> committed [0f692c]

    Added code for testing ExifJpegImage::isJpegFile()

  • rlr <> committed [cfb008]

    - Fixed memory leak in close().

  • rlr <> committed [95eedb]

    Changes related to gcc errors.

  • rlr <> committed [b68d52]

    Changes for building with either the IJG toolkit or SWIO's version of it.

  • rlr <> committed [47bb7a]

    Getting rid of some VC7 (.NET) build warnings

  • rlr <> committed [f90430]

    - Fixing memory leak.

  • rlr <> committed [3c4cb3]

    Removed support for using the IJL toolkkit. Now, IJG will always be used.

  • rlr <> committed [6cc180]

    Made changes related to our 1/30/03 code review. Mostly coding style

  • rlr <> committed [28726e]

    ASCII type handling bug fix.

  • rlr <> committed [f59a35]

    Removed audio interface from ExifIFD (not needed for Exif).

  • rlr <> committed [e04154]

    Removed stuff not applicable to Exif.

  • rlr <> committed [fc13eb]

    Updating release note for release 1_0

  • rlr <> committed [cb87ab]

    Removed strip chopping support.

1 >
MongoDB Logo MongoDB