19 Commits (master)
 

Author SHA1 Message Date
sigonasr2 d2441cf024 Update to properly generate template definitions. 1 year ago
sigonasr2 0f65775b13 Add in Rows() and Cols() functions 1 year ago
sigonasr2 bb3606adc8 Update the way we get data so we don't have to do ridiculous static pointer casts and indirections. 1 year ago
sigonasr2 dded211294 Improved reading speed and fixed writing output. 1 year ago
sigonasr2 6d806e12d0 Switch to std::copy 1 year ago
sigonasr2 f8814bec65 Re 1 year ago
sigonasr2 d0cc51f224 Optimize to use the same vector repeatedly and return a reference to it instead of copying. 1 year ago
sigonasr2 e516dbf65a Fix compatibility with gdiplus, which also defines byte. Use std::byte instead. 1 year ago
sigonasr2 05f8c90ec0 Standardize data types using a data type enum. Get function implemented. 1 year ago
sigonasr2 8336b0e305 Added Write function. 1 year ago
sigonasr2 82682d6b34 Turn file into a single header 1 year ago
sigonasr2 a8eb9356c4 Switch to using templates. 1 year ago
sigonasr2 d5f7cf205d Saving shn files now implemented. 1 year ago
sigonasr2 89ce51cd6f Saves a backup of the working file you are about to begin operating on. 1 year ago
sigonasr2 cfc197ac27 So we learned the vector version is faster (when debugging is not enabled. 1 year ago
sigonasr2 3a0d73eb79 Changed from vectors to lists for performance gains. 1 year ago
sigonasr2 8e86f3149b Implemented complete data reading to include custom structures to handle dynamic types. 1 year ago
sigonasr2 ebc6bcf110 Add project files. 1 year ago
sigonasr2 92c6b8a0bd Add .gitattributes and .gitignore. 1 year ago