<feed xmlns='http://www.w3.org/2005/Atom'>
<title>boss/tehimage.git/src/BMPImage.cpp, 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: 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: 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 cpp namespace</title>
<updated>2025-10-07T06:31:32+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-10-07T05:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=328e2464c81b0dfce623d4fbe9617ef79d6ed3c1'/>
<id>328e2464c81b0dfce623d4fbe9617ef79d6ed3c1</id>
<content type='text'>
All functions and classes are now behind the cpp namespace `TehImage`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All functions and classes are now behind the cpp namespace `TehImage`
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Simplified API</title>
<updated>2025-08-08T03:38:59+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-08-08T03:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=41ddbec10d11b01ccc10bf7e1dc862a9f3e4c85f'/>
<id>41ddbec10d11b01ccc10bf7e1dc862a9f3e4c85f</id>
<content type='text'>
Had to restrict images to 8 bit depth sadly
This could potentially be changed in the future by setting bit depth
with templates and changing the data to be the specified bit depth
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Had to restrict images to 8 bit depth sadly
This could potentially be changed in the future by setting bit depth
with templates and changing the data to be the specified bit depth
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup: Updated some stuff</title>
<updated>2025-07-24T00:48:21+00:00</updated>
<author>
<name>BossCode45</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-06-27T12:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=3e4cad0bfd36536ffc870d16a6e26aac5049dd0b'/>
<id>3e4cad0bfd36536ffc870d16a6e26aac5049dd0b</id>
<content type='text'>
Mainly just cleaning up code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mainly just cleaning up code
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Made it so that you can now convert between image subclasses</title>
<updated>2025-07-24T00:48:21+00:00</updated>
<author>
<name>BossCode45</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-06-27T05:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=078b4e08fe3bccb7424dac76e158bf8bf48a182d'/>
<id>078b4e08fe3bccb7424dac76e158bf8bf48a182d</id>
<content type='text'>
Also added the bitmap image subclass
note: this is pretty hacky in how it works
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also added the bitmap image subclass
note: this is pretty hacky in how it works
</pre>
</div>
</content>
</entry>
</feed>
