CompressedTextures, file format

Hello!

I’m designing a graphics engine and I want support for compressed images. Is there a file format(with a crossplatform toolkit) for textures that supports ARB and S3TC compression?

dds format supports DXT1 to DXT5 compression.