color & luma keying
I use lots of avi&bmp in my presets...I think it would be really great to have color&luma keying in the input/output mode in presets list....I know my english is bad and I hope you'll understand this wish 🙂
16 posts
Originally posted by UnConeDI've been saying that for years. The fact that I have been saying it for years is supportive evidence for that fact too.
GIF is obsolete.
[i}Originally posted by Atero [/i].bmp is fast to load (not that that matters these days) due to lack of compression (by default) and the simplicity of the file format.
BMP isn't good for ANYTHING

Well, loading a JPG should actually be faster than BMP, because of the fact that less bandwidth is used. The only reason it's sometimes slower is because it needs to be decoded, which is slow.I wouldn't dream of decoding a JPG realtime every frame. Even if you do gain speed from having to read less data, JPG is not very memory conservative when it comes to decoding it, so it'd be slower anyway.
A much faster approach would be to scale it once and keep that in a buffer (bilinear filtering anyone?)That pretty much explains it. Asidee from photorealistic images, AVS pictures tend to be low-color ones. Using a RLE scheme should give a minor speed increase as well.
BMP isn't good for ANYTHINGi disagree