<feed xmlns='http://www.w3.org/2005/Atom'>
<title>boss/tehimage.git, branch PNG-writing</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/'/>
<entry>
<title>feat: Implemented PNG image writing</title>
<updated>2026-05-06T03:55:59+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-06T03:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=85cd1ecf29c3a295536ccc3782c2415d7518aef0'/>
<id>85cd1ecf29c3a295536ccc3782c2415d7518aef0</id>
<content type='text'>
It finally works now
Definitely some clean up to be done
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It finally works now
Definitely some clean up to be done
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Started on PNG writing implementation</title>
<updated>2026-05-06T03:55:51+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-06T03:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=4d5d07beeef8ae4b7daf602bf66216ed8ff81442'/>
<id>4d5d07beeef8ae4b7daf602bf66216ed8ff81442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Started on PNG writing implementation</title>
<updated>2026-05-06T01:39:47+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-06T01:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=d60976a70e68e1cd312b0e56fe6fbe6c7428cbaa'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added a writer class</title>
<updated>2026-05-04T06:36:15+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-04T06:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=a75bdd0e167140eeb4afb091c9dedd84474c8531'/>
<id>a75bdd0e167140eeb4afb091c9dedd84474c8531</id>
<content type='text'>
Also moved both the reader and writer class to the same files, named
files.{cpp,h}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also moved both the reader and writer class to the same files, named
files.{cpp,h}
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Implemented BMP row padding</title>
<updated>2026-05-04T06:16:31+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-05-04T05:35:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=500151be4794923cee6034c26881effeb1bb056d'/>
<id>500151be4794923cee6034c26881effeb1bb056d</id>
<content type='text'>
Rows in a bitmap are now padded to be a multiple of 4 bytes long
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rows in a bitmap are now padded to be a multiple of 4 bytes long
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Implemented padding</title>
<updated>2026-04-30T04:43:10+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-04-30T04:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=d793ddf3f31435a7dd050b6bed00cf2dd551871c'/>
<id>d793ddf3f31435a7dd050b6bed00cf2dd551871c</id>
<content type='text'>
Implemented padding scalines to 4 bytes if they aren't already that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented padding scalines to 4 bytes if they aren't already that
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added support for another BMP header</title>
<updated>2026-04-30T04:22:34+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-04-30T04:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=dc12c3562d858cbe38a99cd751fee2917b8e122e'/>
<id>dc12c3562d858cbe38a99cd751fee2917b8e122e</id>
<content type='text'>
Also improved error handling slightly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also improved error handling slightly
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Started implementing BMP reading</title>
<updated>2026-04-29T13:11:11+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-04-29T13:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=b1eeaeb1e899dab64ce7bd21611e072cbca4107c'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added basic zlib compression</title>
<updated>2026-04-01T22:58:24+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-04-01T22:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=e9a32a966d49ab798a4c6f24471669fc03adb395'/>
<id>e9a32a966d49ab798a4c6f24471669fc03adb395</id>
<content type='text'>
Currently not incredibly well implemented, but it can handle fixed
codes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently not incredibly well implemented, but it can handle fixed
codes
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added endianness option to reader</title>
<updated>2026-03-18T03:28:27+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-03-18T03:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=93a78ac64327b53f53952b625c7ce8a11bcc8651'/>
<id>93a78ac64327b53f53952b625c7ce8a11bcc8651</id>
<content type='text'>
The file reader class can now support either endianness to read in,
and will convert to the native endianness
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file reader class can now support either endianness to read in,
and will convert to the native endianness
</pre>
</div>
</content>
</entry>
</feed>
