tahoma2d/toonz/sources/image
Rozhuk Ivan a7b6545028 Add FreeBSD (tested) and other BSD systems (not tested) to build and run.
I fail to build TIFF code: it requires access to libtiff internals but it
unavailable with libtiff prom ports. Probably pre build form
thirdparty/tiff-4.0.3 should fix this, but I don't check this.
Tiff code disabled for work but available in options.

I fail with SSE2 too, there is some mess with class initialization:
TRaster32P rout32 = rout; have no idea how to fix it.
If some one want to play with it, then try to build with
CFLAGS+= -DUSE_SSE2 -DDWORD=uint32_t -D_aligned_malloc=aligned_alloc -D_aligned_free=free
on non windows system.

FarmServer::queryHwInfo() - now uses TSystem::***() to collect system info,
to avoid code duplication.

Add pthread as required lib.
2021-08-31 11:10:48 -04:00
..
avi Put back scan and cleanup (#13) 2020-05-27 00:38:36 -06:00
bmp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
compatibility Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
ffmpeg Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
mesh use std::unique_ptr<> instead of std::auto_ptr<> (#601) 2016-07-20 21:49:32 +09:00
pli Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
png premultiply on loading PNG images 2021-03-28 17:37:05 -04:00
psd REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
quantel Put back scan and cleanup (#13) 2020-05-27 00:38:36 -06:00
sgi Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
sprite Fix override warnings (#164) 2020-09-15 15:49:57 -06:00
svg Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
tga matte color (#2418) 2018-12-19 14:29:00 +09:00
tif Fix "Lempel-Ziv & Welch encoding" so that the tnz scene can be loaded into other programs 2021-01-24 14:05:31 -05:00
tzl Use the alternative TRasterCodecLZO::decompress signature for big-endian in tiio_tzl.cpp. 2021-08-31 11:10:48 -04:00
tzp Remove all things Quicktime (#393) 2020-11-04 12:19:59 -07:00
zcc Put back scan and cleanup (#13) 2020-05-27 00:38:36 -06:00
CMakeLists.txt Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
tiio.cpp Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00