This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
haiku
/
src
/
add-ons
/
translators
History
Matthew Wilber
1cb6ca0473
Fixed issue that caused some 32-bit TGA files to be converted to B_RGB32 (no alpha) instead of B_RGBA32 (alpha)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5284 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-11-08 17:03:06 +00:00
..
bmptranslator
Fixed bits->bits translation so that it no longer errors out due to reading at the end of the stream
2003-10-25 22:04:19 +00:00
jpeg2000translator
add newline to end of file
2003-04-14 03:54:47 +00:00
jpegtranslator
add newline to end of file
2003-04-14 03:54:47 +00:00
libtifftranslator
Changed identify string to include index of identified page and count of pages so that even when this translator is used with programs that don't support multiple pages, the user can see how many pages the TIFF has and what page is currently active. Also, fixed issue when ioExtension is supplied, but does not contain "/documentIndex" which caused B_NO_TRANSLATOR to be returned.
2003-08-03 13:04:07 +00:00
pngtranslator
Fix for PNGTranslator erroring on bad data following image data
2003-09-21 19:25:30 +00:00
ppmtranslator
Changed input / output formats to match values from Be's R5 PPMTranslator and made cosmetic changes to config panel
2003-07-20 01:31:53 +00:00
stxttranslator
No longer returns B_NO_TRANSLATOR if it suspects the data is not text data, instead, it returns B_OK with a low capability rating. This is so that STXTTranslator can be used with OBOS StyledEdit
2003-08-09 13:40:51 +00:00
tgatranslator
Fixed issue that caused some 32-bit TGA files to be converted to B_RGB32 (no alpha) instead of B_RGBA32 (alpha)
2003-11-08 17:03:06 +00:00
tifftranslator
Added support for multi-page TIFF files
2003-07-09 03:19:07 +00:00
Jamfile
Changed to use new libtifftranslator for building the TIFFTranslator. Old TIFFTranslator still remains, but is not built from this Jamfile
2003-07-19 16:35:02 +00:00