All public logs

Jump to navigation Jump to search

Combined display of all available logs of truxwiki.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 12:57, 26 December 2020 Sam talk contribs created page Truxton exif get make (Created page with "Retrieves the make (manufacturer) of the imaging equipment. This corresponds to the <code>[Make]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</now...")
  • 12:46, 26 December 2020 Sam talk contribs created page Truxton exif get offset (Created page with "This corresponds to the <code>[Offset]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. It is the offset into t...")
  • 07:33, 26 December 2020 Sam talk contribs created page Truxton exif get gps time (Created page with "This corresponds to the <code>[GPSTime]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source lang...")
  • 07:28, 26 December 2020 Sam talk contribs created page Truxton exif get device time (Created page with "This corresponds to the <code>[CameraTime]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source l...")
  • 07:22, 26 December 2020 Sam talk contribs created page Truxton exif get lens serial number (Created page with "Retrieves the lens serial number. =Syntax= <source lang="C"> void truxton_exif_get_lens_serial_number( uint64_t exif_handle, char * destination_string, size_t max_size ); </s...")
  • 07:19, 26 December 2020 Sam talk contribs created page Truxton exif get body serial number (Created page with "Retrieves the body serial number. =Syntax= <source lang="C"> void truxton_exif_get_body_serial_number( uint64_t exif_handle, char * destination_string, size_t max_size ); </s...")
  • 07:12, 26 December 2020 Sam talk contribs created page Truxton exif get altitude (Created page with "This retrieves the altitude in meters and corresponds to the <code>[Altitude]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table i...")
  • 07:08, 26 December 2020 Sam talk contribs created page Truxton exif get media id (Created page with "This corresponds to the <code>[MediaID]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source lang...")
  • 04:56, 26 December 2020 Sam talk contribs created page Truxton exif set lens serial number offset (Created page with "This sets the offset into the file where the lens serial number was found. =Syntax= <source lang="C"> void truxton_exif_set_lens_serial_number_offset( uint64_t exif_handle, u...")
  • 15:51, 25 December 2020 Sam talk contribs created page Truxton exif set body serial number offset (Created page with "This sets the offset into the file where the body serial number was found. =Syntax= <source lang="C"> void truxton_exif_set_body_serial_number_offset( uint64_t exif_handle, u...")
  • 13:00, 25 December 2020 Sam talk contribs created page Truxton exif set body serial number (Created page with "This sets the source file of the EXIF. This corresponds to the <code>[SerialNumber]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> t...")
  • 12:39, 25 December 2020 Sam talk contribs created page Truxton exif set offset (Created page with "This records the offset into the parent file where the [https://en.wikipedia.org/wiki/Exif EXIF] data block began. This corresponds to the <code>[Offset]</code> column of the...")
  • 05:02, 25 December 2020 Sam talk contribs created page Truxton exif set shutter count offset (Created page with "This records the offset into the parent file where the shutter count value was found. =Syntax= <source lang="C"> void truxton_exif_set_shutter_count_offset( uint64_t exif_han...")
  • 07:29, 24 December 2020 Sam talk contribs created page Truxton exif set shutter count (Created page with "This records the shutter count of the imaging device. Some systems record the number of times an image was recorded. This allows you to sort a set of images in order of being...")
  • 07:22, 24 December 2020 Sam talk contribs created page Truxton exif set focal length offset (Created page with "This records the offset into the parent file where the focal length value was found. =Syntax= <source lang="C"> void truxton_exif_set_focal_length_offset( uint64_t exif_handl...")
  • 07:19, 24 December 2020 Sam talk contribs created page Truxton exif set focal length (Created page with "This sets the [https://en.wikipedia.org/wiki/Focal_length focal length] of the image normalized to 35mm. =Syntax= <source lang="C"> void truxton_exif_set_focal_length( uint64...")
  • 07:11, 24 December 2020 Sam talk contribs created page Truxton exif set heading offset (Created page with "This records the offset into the parent file where the heading was found. =Syntax= <source lang="C"> void truxton_exif_set_heading_offset( uint64_t exif_handle, uint64_t offs...")
  • 07:04, 24 December 2020 Sam talk contribs created page Truxton exif set heading (Created page with "This sets the heading of the location. This is the direction the imaging device was pointed when the image was recorded. =Syntax= <source lang="C"> void truxton_exif_set_head...")
  • 07:00, 24 December 2020 Sam talk contribs created page Truxton exif set altitude offset (Created page with "This records the offset into the parent file where the altitude was found. =Syntax= <source lang="C"> void truxton_exif_set_altitude_offset( uint64_t exif_handle, uint64_t of...")
  • 06:58, 24 December 2020 Sam talk contribs created page Truxton exif set altitude (Created page with "This sets the altitude in meters of the location. =Syntax= <source lang="C"> void truxton_exif_set_altitude( uint64_t exif_handle, double value ); </source> =Parameters= ==<...")
  • 03:47, 24 December 2020 Sam talk contribs created page Truxton exif set longitude offset (Created page with "This records the offset into the parent file where the [https://en.wikipedia.org/wiki/Longitude longitude] was found. =Syntax= <source lang="C"> void truxton_exif_set_longitu...")
  • 17:08, 22 December 2020 Sam talk contribs created page Truxton exif set longitude (Created page with "This sets the [https://en.wikipedia.org/wiki/Longitude longitude] in part of the location. =Syntax= <source lang="C"> void truxton_exif_set_longitude( uint64_t exif_handle, d...")
  • 17:03, 22 December 2020 Sam talk contribs created page Truxton exif set latitude offset (Created page with "This records the offset into the parent file where the [https://en.wikipedia.org/wiki/Latitude latitude] was found. =Syntax= <source lang="C"> void truxton_exif_set_latitude_...")
  • 17:00, 22 December 2020 Sam talk contribs created page Truxton exif set latitude (Created page with "This sets the [https://en.wikipedia.org/wiki/Latitude latitude] in part of the location. =Syntax= <source lang="C"> void truxton_exif_set_latitude( uint64_t exif_handle, doub...")
  • 16:56, 22 December 2020 Sam talk contribs created page Truxton exif set device time offset (Created page with "This records the offset into the parent file where the device time was found. =Syntax= <source lang="C"> void truxton_exif_set_device_time_offset( uint64_t exif_handle, uint6...")
  • 16:54, 22 December 2020 Sam talk contribs created page Truxton exif set device time (Created page with "This records the time from the clock inside the imaging device into the EXIF object. This corresponds to the <code>[CameraTime]</code> column of the <code><nowiki>[</nowiki>...")
  • 16:51, 22 December 2020 Sam talk contribs created page Truxton exif set gps time offset (Created page with "This records the offset into the parent file where the GPS time was found. =Syntax= <source lang="C"> void truxton_exif_set_gps_time_offset( uint64_t exif_handle, uint64_t of...")
  • 14:59, 22 December 2020 Sam talk contribs created page Truxton exif set gps time (Created page with "This records the GPS time into the EXIF object. This corresponds to the <code>[GPSTime]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></cod...")
  • 14:56, 22 December 2020 Sam talk contribs created page Truxton exif set media id (Created page with "This sets the source media of the EXIF. This corresponds to the <code>[MediaID]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table...")
  • 14:42, 22 December 2020 Sam talk contribs created page Truxton exif set file id (Created page with "This sets the source file of the EXIF. This corresponds to the <code>[FileID]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table i...")
  • 14:40, 22 December 2020 Sam talk contribs created page Truxton exif get file id (Created page with "THi This corresponds to the <code>[ID]</code> column of the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source lang=...")
  • 14:30, 22 December 2020 Sam talk contribs created page Truxton exif get id (Created page with "This creates an [https://en.wikipedia.org/wiki/Exif Exchangeable image file format] object. This corresponds to the <code>[ID]</code> column of the <code><nowiki>[</nowiki>E...")
  • 13:33, 22 December 2020 Sam talk contribs created page Truxton exif save (Created page with "This saves the data to the <code><nowiki>[</nowiki>EXIF<nowiki>]</nowiki></code> table in the database. =Syntax= <source lang="C"> void truxton_exif_save( uint...")
  • 11:51, 22 December 2020 Sam talk contribs created page Truxton exif destroy (Created page with "This destroys an [https://en.wikipedia.org/wiki/Exif Exchangeable image file format] object. =Syntax= <source lang="C"> void truxton_exif_destroy( uint64_t exif_handle ); </s...")
  • 11:33, 22 December 2020 Sam talk contribs created page Truxton exif create (Created page with "This creates an [https://en.wikipedia.org/wiki/Exif Exchangeable image file format] object. You can use this to add records to the <code><nowiki>[</nowiki>EXIF<...")
  • 14:04, 14 December 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 09:39, 14 December 2020 Sam talk contribs created page Truxton URL Interface (Created page with "Truxton installs a protocol handler fot the "truxton:" protocol on Windows machines. This allows you to use HTML to start the Truxton Analyst Desktop and take you to specific...")
  • 07:30, 14 December 2020 Sam talk contribs created page Truxton location set label (Created page with "This sets the label of the location. =Syntax= <source lang="C"> void truxton_location_set_label( uint64_t location_handle, char const * lablel ); </source> =Parameters= ==<c...")
  • 07:28, 14 December 2020 Sam talk contribs created page Truxton location get label (Created page with "This retrieves the label associated with the location. This corresponds to the <code>[Label]</code> column of the <code><nowiki>[</nowiki>Location<nowiki>]<...")
  • 07:26, 14 December 2020 Sam talk contribs created page Truxton location get when (Created page with "This retrieves the timestamp, if present, of the location. This corresponds to the <code>[When]</code> column of the <code><nowiki>[</nowiki>Location<nowiki...")
  • 07:21, 14 December 2020 Sam talk contribs created page Truxton location get type (Created page with "This retrieves location type. This corresponds to the <code>[LocationTypeID]</code> column of the <code><nowiki>[</nowiki>Location<nowiki>]</nowiki></code>...")
  • 07:16, 14 December 2020 Sam talk contribs created page Truxton location get latitude (Created page with "This retrieves [https://en.wikipedia.org/wiki/Latitude latitude] portion of the location. This corresponds to the <code>[Latitude]</code> column of the <code><nowiki>[</nowiki...")
  • 07:12, 14 December 2020 Sam talk contribs created page Truxton location get longitude (Created page with "This retrieves longitude portion of the location. This corresponds to the <code>[Longitude]</code> column of the <code><nowiki>[</nowiki>Location<nowiki>]</...")
  • 07:09, 14 December 2020 Sam talk contribs created page Truxton location get altitude (Created page with "This retrieves altitude in meters portion of the location. This corresponds to the <code>[Altitude]</code> column of the <code><nowiki>[</nowiki>Location<no...")
  • 07:05, 14 December 2020 Sam talk contribs created page Truxton location get media id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the media the location came from. This corresponds to the <code>[MediaID]</code> colum...")
  • 07:04, 14 December 2020 Sam talk contribs created page Truxton location get file id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the file the location came from. This corresponds to the <code>[FileID]</code> column...")
  • 04:12, 14 December 2020 Sam talk contribs created page Truxton location set when (Created page with "This sets the timestamp of the location. =Syntax= <source lang="C"> void truxton_location_set_when( uint64_t location_handle, uint64_t ticks ); </source> =Parameters= ==<cod...")
  • 03:54, 14 December 2020 Sam talk contribs created page Truxton location set type (Created page with "This sets the type of the location. =Syntax= <source lang="C"> void truxton_location_set_type( uint64_t location_handle, uint64_t value ); </source> =Para...")
  • 03:39, 14 December 2020 Sam talk contribs created page Truxton location set longitude (Created page with "This sets the [https://en.wikipedia.org/wiki/Longitude longitude] in part of the location. =Syntax= <source lang="C"> void truxton_location_set_latitude( uint64_t location_ha...")
  • 03:37, 14 December 2020 Sam talk contribs created page Truxton location set latitude (Created page with "This sets the [https://en.wikipedia.org/wiki/Latitude latitude] in part of the location. =Syntax= <source lang="C"> void truxton_location_set_latitude( uint64_t location_hand...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)