All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bkahlert.kommons.test.fixtures.GifImageFixture.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy