<feed xmlns='http://www.w3.org/2005/Atom'>
<title>boss/tehimage.git/test, branch v0.0.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.tehbox.org/boss/tehimage.git/atom/test?h=v0.0.3</id>
<link rel='self' href='https://git.tehbox.org/boss/tehimage.git/atom/test?h=v0.0.3'/>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/'/>
<updated>2026-05-06T03:55:59Z</updated>
<entry>
<title>feat: Implemented PNG image writing</title>
<updated>2026-05-06T03:55:59Z</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-06T03:55:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=85cd1ecf29c3a295536ccc3782c2415d7518aef0'/>
<id>urn:sha1:85cd1ecf29c3a295536ccc3782c2415d7518aef0</id>
<content type='text'>
It finally works now
Definitely some clean up to be done
</content>
</entry>
<entry>
<title>feat: Started on PNG writing implementation</title>
<updated>2026-05-06T01:39:47Z</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-06T01:39:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=d60976a70e68e1cd312b0e56fe6fbe6c7428cbaa'/>
<id>urn:sha1:d60976a70e68e1cd312b0e56fe6fbe6c7428cbaa</id>
<content type='text'>
Currently writes IHDR and IEND chunks correctly
CRC implementation is borrowed from the specification
Writer class now also has a buffer for the CRC calculation
</content>
</entry>
<entry>
<title>feat: Added a writer class</title>
<updated>2026-05-04T06:36:15Z</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-04T06:36:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=a75bdd0e167140eeb4afb091c9dedd84474c8531'/>
<id>urn:sha1:a75bdd0e167140eeb4afb091c9dedd84474c8531</id>
<content type='text'>
Also moved both the reader and writer class to the same files, named
files.{cpp,h}
</content>
</entry>
<entry>
<title>feat: Added support for another BMP header</title>
<updated>2026-04-30T04:22:34Z</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-04-30T04:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=dc12c3562d858cbe38a99cd751fee2917b8e122e'/>
<id>urn:sha1:dc12c3562d858cbe38a99cd751fee2917b8e122e</id>
<content type='text'>
Also improved error handling slightly
</content>
</entry>
<entry>
<title>feat: Started implementing BMP reading</title>
<updated>2026-04-29T13:11:11Z</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-04-29T13:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=b1eeaeb1e899dab64ce7bd21611e072cbca4107c'/>
<id>urn:sha1:b1eeaeb1e899dab64ce7bd21611e072cbca4107c</id>
<content type='text'>
This is so I can test PNG writing by reading a BMP and writing it to a
PNG, effectively the reverse of the PNG reading testing
</content>
</entry>
<entry>
<title>feat: Added basic zlib compression</title>
<updated>2026-04-01T22:58:24Z</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-04-01T22:58:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=e9a32a966d49ab798a4c6f24471669fc03adb395'/>
<id>urn:sha1:e9a32a966d49ab798a4c6f24471669fc03adb395</id>
<content type='text'>
Currently not incredibly well implemented, but it can handle fixed
codes
</content>
</entry>
<entry>
<title>feat: Added cpp namespace</title>
<updated>2025-10-07T06:31:32Z</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-10-07T05:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=328e2464c81b0dfce623d4fbe9617ef79d6ed3c1'/>
<id>urn:sha1:328e2464c81b0dfce623d4fbe9617ef79d6ed3c1</id>
<content type='text'>
All functions and classes are now behind the cpp namespace `TehImage`
</content>
</entry>
<entry>
<title>feat: Made it so that you can now convert between image subclasses</title>
<updated>2025-07-24T00:48:21Z</updated>
<author>
<name>BossCode45</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-06-27T05:58:36Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=078b4e08fe3bccb7424dac76e158bf8bf48a182d'/>
<id>urn:sha1:078b4e08fe3bccb7424dac76e158bf8bf48a182d</id>
<content type='text'>
Also added the bitmap image subclass
note: this is pretty hacky in how it works
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2025-07-24T00:48:21Z</updated>
<author>
<name>BossCode45</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-06-27T02:54:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=f953c730af2b90db99f709258c5d5e50fdcaadf7'/>
<id>urn:sha1:f953c730af2b90db99f709258c5d5e50fdcaadf7</id>
<content type='text'>
Bringing a lot of stuff over from my maze-reader project in an attempt
to split the image reading code off into a library.
</content>
</entry>
</feed>
