![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.com.bkahlert.kommons.test.fixtures.GifImageFixture.kt Maven / Gradle / Ivy
package com.bkahlert.kommons.test.fixtures
/**
* A [BinaryResourceFixture] encompassing an image showing a red and white pixel
* in the Graphics Interchange Format (GIF).
*/
@Suppress("SpellCheckingInspection")
public object GifImageFixture : BinaryResourceFixture(
"pixels.gif",
"image/gif",
"R0lGODdhAQADAPABAP////8AACwAAAAAAQADAAACAgxQADs="
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy