<feed xmlns='http://www.w3.org/2005/Atom'>
<title>boss/tehimage.git, branch webp</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 webp implementation</title>
<updated>2026-03-18T03:32:29+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2026-03-18T03:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=e2e9be992b948595086db6ac62cfb5b822c622d6'/>
<id>e2e9be992b948595086db6ac62cfb5b822c622d6</id>
<content type='text'>
Currently very basic, can only read simple things such as width and height
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently very basic, can only read simple things such as width and height
</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>
<entry>
<title>update: Nix hash</title>
<updated>2025-10-07T06:41:28+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-10-07T06:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=8ca054ab8cf04e514df1570617b6a32ed83b9ea4'/>
<id>8ca054ab8cf04e514df1570617b6a32ed83b9ea4</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 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: Added the nix package</title>
<updated>2025-08-08T03:43:30+00:00</updated>
<author>
<name>Dylan</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-08-08T03:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=308b65134bd9d185741a612bfad3cca80ddddc48'/>
<id>308b65134bd9d185741a612bfad3cca80ddddc48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>feat: Added filter method 3</title>
<updated>2025-07-24T00:48:21+00:00</updated>
<author>
<name>BossCode45</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-07-24T00:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=5823a8dff5c6c565c9b253b122d2baeb767b72e2'/>
<id>5823a8dff5c6c565c9b253b122d2baeb767b72e2</id>
<content type='text'>
the average filter method
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the average filter method
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added gitiginore and clang format</title>
<updated>2025-07-24T00:48:21+00:00</updated>
<author>
<name>BossCode45</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-07-24T00:46:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/tehimage.git/commit/?id=767cdb89554689134ecaad0549b8beaee7b685d9'/>
<id>767cdb89554689134ecaad0549b8beaee7b685d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
