Commit Graph

  • 70219a37ad Minor edits to grammar. master Aaron Helton 2018-01-23 11:14:05 -05:00
  • 9267fc5bd3 Added clarification comment for implementation of check() Aaron Helton 2017-07-14 23:20:51 -04:00
  • c422a9bed9 Add small note to README Aaron Helton 2017-07-14 23:20:02 -04:00
  • c63db580e4 Added default file to test main Aaron Helton 2017-07-14 11:32:12 -04:00
  • 1fc460069f Fixed weird hack in test.c Aaron Helton 2017-06-22 20:14:13 -04:00
  • a1b9f70549 Changed getter/setter functions to normalize coordinates for top-left, as many graphics systems work. Aaron Helton 2017-05-04 21:14:37 -04:00
  • 40b5c7a7ec Updated the README to more properly reflect current project status. Aaron Helton 2017-05-03 23:15:06 -04:00
  • a02088c488 Fixed tga_set_x/get_x functions for correct byte-ordering. Aaron Helton 2017-05-03 23:04:01 -04:00
  • 0435c04b5d Fixed mode to 644 from 755 Aaron Helton 2017-05-02 21:52:41 -04:00
  • cb2534f747 Made small modification to read_unencoded function. Aaron Helton 2017-04-27 08:09:05 -04:00
  • 2da42c88f7 Corrected offset error in tga_set_pixel_block. Aaron Helton 2017-04-27 02:07:47 -04:00
  • 811376fe23 Revert to producing executable. Aaron Helton 2017-04-27 04:38:00 -04:00
  • cc5639d42d Fixed new_tga_image to actually set correct values. Aaron Helton 2017-04-27 04:37:21 -04:00
  • ae66079443 Added additional modifier methods and convenience methods for setting pixel values. Aaron Helton 2017-04-27 02:37:27 -04:00
  • 684806f68e Changed CMakeLists.txt to produce an actual library instead of an executable. Aaron Helton 2017-04-27 02:37:03 -04:00
  • 08aa954847 Implemented support for setting/getting all truecolor and monochrome channels that aren't colormapped. Aaron Helton 2017-04-26 20:31:37 -04:00
  • d12fd64051 Fixed a signed-ness warning. Aaron Helton 2017-04-26 20:31:07 -04:00
  • 8bf08690df Added headers to SOURCE_FILES variable for VS's benefit. Aaron Helton 2017-04-25 16:23:57 -04:00
  • 595153eeab Added Visual Studio gitignores from template .gitignore for VS. Aaron Helton 2017-04-25 16:23:25 -04:00
  • 2cf8b20176 Began implementing modify capabilities. Aaron Helton 2017-04-20 19:44:28 -04:00
  • 2298aa9d77 Fixed typo Aaron Helton 2017-04-20 19:43:34 -04:00
  • d629eda203 Make test.c print more information. Aaron Helton 2017-04-20 19:42:56 -04:00
  • a9130ecfd4 Enable write support for Monochrome TGA Images. Aaron Helton 2017-04-20 00:17:29 -04:00
  • d797b1e56d Update .gitignore Aaron Helton 2017-04-20 00:17:02 -04:00
  • aabe660c6e Implement Read capability for encoded Truecolor and Monochrome TGA Images. Aaron Helton 2017-04-17 19:50:08 -04:00
  • a70296f3a1 Renamed MARBLES.TGA to marbles.tga and put in appropriate folder. Aaron Helton 2017-04-16 16:39:24 -04:00
  • 2e2466cedd Reorganized Images Aaron Helton 2017-04-16 16:38:24 -04:00
  • 21a423a1d9 Implemented very basic read support for ColorMapped (Non-Encoded) TGA. Aaron Helton 2017-04-16 16:31:06 -04:00
  • 3dcb255e74 Added an error string set by check() macro. Aaron Helton 2017-04-16 01:09:15 -04:00
  • fe276fa7b3 Fixed small error in encoding file. Aaron Helton 2017-04-15 21:40:28 -04:00
  • f3467b1db1 Merge branch 'write-support' Aaron Helton 2017-04-15 21:33:33 -04:00
  • c5dada8baa Added rudimentary write support for Truecolor TGA Images. Aaron Helton 2017-04-15 21:32:21 -04:00
  • b2b25d636f Fixed various inconsistencies. Aaron Helton 2017-04-15 21:28:05 -04:00
  • cf58805477 More appropriately reflect standard when querying existence of Color Map. Aaron Helton 2017-04-15 16:07:56 -04:00
  • 281fdd124a Remove unncessary print statements from TGADecode.c Aaron Helton 2017-04-15 15:24:51 -04:00
  • b63e019008 Fixed permissions on images. Aaron Helton 2017-04-15 14:43:46 -04:00
  • a87455164a Fixed bit-ordering on origin bits and attribute bits. Aaron Helton 2017-04-15 14:10:20 -04:00
  • 4eaf1ba3ac Fix README typo. Aaron Helton 2017-04-13 20:22:14 -04:00
  • 703f0677dd Updated README with more complete information and build instructions. Aaron Helton 2017-04-13 20:20:49 -04:00
  • 82eb6b018d Cleanup enums in TGAImage.h and actually print error value in the test file. Aaron Helton 2017-04-13 20:11:20 -04:00
  • 376bad5aee Properly fail on Encoded or Colormapped images. Aaron Helton 2017-04-13 19:45:23 -04:00
  • f512ae4d16 Fixed printing of debug messages in debug mode. Aaron Helton 2017-04-13 19:33:35 -04:00
  • 009b78d0f1 Made coding style more consistent Aaron Helton 2017-04-13 19:17:04 -04:00
  • 93fd5fd168 Fixed read error with existing image data. Introduced tga_clear_error(). Aaron Helton 2017-04-13 18:50:44 -04:00
  • c30668f19a Changed the check macro to set an error value. Aaron Helton 2017-04-13 15:22:09 -04:00
  • d0bfb9d488 Fixed CMakeLists.txt (Again) Aaron Helton 2017-04-13 15:21:36 -04:00
  • 0d691b8179 Fixed CMakeLists SOURCE_FILES variable. Aaron Helton 2017-04-10 15:44:18 -04:00
  • e94e2d45d4 Removed Makefile. Switched completely to CMake. Aaron Helton 2017-04-10 15:42:11 -04:00
  • d43bf864e2 Further Reorganize and Trim project. Removed unneeded features/files. Aaron Helton 2017-04-10 15:41:55 -04:00
  • adc6efe136 Fix CMakeLists.txt to properly match the Makefile Aaron Helton 2017-04-07 02:40:10 -04:00
  • e6e8eba0b2 Add README and LICENSE. Did some minor cleaning. Aaron Helton 2017-04-07 01:44:23 -04:00
  • ad697ca93b Reorganize project. Aaron Helton 2017-04-07 01:36:10 -04:00
  • 8650cb2b47 Add to Source Control. Aargonian 2017-04-03 16:36:44 -04:00