This website requires JavaScript.
Explore
Help
Register
Sign In
Miko
/
libremetaverse
Watch
1
Star
0
Fork
0
You've already forked libremetaverse
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fcb71bd12d6cd515e68915eca4f1025eaa71daf2
libremetaverse
/
LibreMetaverse
/
Imaging
History
nooperation
fcb71bd12d
PortableImage has 32-bit components, but ManagedImage only supports 8-bit values. A direct BlockCopy of the two is invalid and needs to be done by manually converting each 32-bit color value to an 8-bit color (just simple truncation/casting)
2025-04-26 00:33:03 -04:00
..
BakeLayer.cs
Layer resources are TGA. Decode them as such
2024-08-08 09:51:06 -05:00
J2K.cs
SL hated JP2, we'll send these J2K streams raw. Introduce J2K static conveneience class
2024-11-01 12:23:11 -05:00
ManagedImage.cs
PortableImage has 32-bit components, but ManagedImage only supports 8-bit values. A direct BlockCopy of the two is invalid and needs to be done by manually converting each 32-bit color value to an 8-bit color (just simple truncation/casting)
2025-04-26 00:33:03 -04:00
Targa.cs
Heroic attempt to correct the use of <seealso cref=""/>
2025-01-21 07:27:05 -06:00