Package org.lwjgl.stb

Class STBImageWrite

java.lang.Object
org.lwjgl.stb.STBImageWrite

public class STBImageWrite extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IntBuffer
    int * stbi_write_force_png_filter(void)
    static final IntBuffer
    int * stbi_write_png_compression_level(void)
    static final IntBuffer
    int * stbi_write_tga_with_rle(void)
    static final PointerBuffer
    unsigned char * (*) (unsigned char *, int, int *, int) * stbi_zlib_compress(void)
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    void stbi_flip_vertically_on_write(int flip_boolean)
    static int
    nstbi_write_bmp(long filename, int w, int h, int comp, long data)
    int stbi_write_bmp(char const * filename, int w, int h, int comp, void const * data)
    static int
    nstbi_write_bmp_to_func(long func, long context, int w, int h, int comp, long data)
    int stbi_write_bmp_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)
    static int
    nstbi_write_hdr(long filename, int w, int h, int comp, float[] data)
    int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    static int
    nstbi_write_hdr(long filename, int w, int h, int comp, long data)
    int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    static int
    nstbi_write_hdr_to_func(long func, long context, int w, int h, int comp, float[] data)
    int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)
    static int
    nstbi_write_hdr_to_func(long func, long context, int w, int h, int comp, long data)
    int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)
    static int
    nstbi_write_jpg(long filename, int w, int h, int comp, long data, int quality)
    int stbi_write_jpg(char const * filename, int w, int h, int comp, void const * data, int quality)
    static int
    nstbi_write_jpg_to_func(long func, long context, int w, int h, int comp, long data, int quality)
    int stbi_write_jpg_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int quality)
    static int
    nstbi_write_png(long filename, int w, int h, int comp, long data, int stride_in_bytes)
    int stbi_write_png(char const * filename, int w, int h, int comp, void const * data, int stride_in_bytes)
    static int
    nstbi_write_png_to_func(long func, long context, int w, int h, int comp, long data, int stride_in_bytes)
    int stbi_write_png_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int stride_in_bytes)
    static int
    nstbi_write_tga(long filename, int w, int h, int comp, long data)
    int stbi_write_tga(char const * filename, int w, int h, int comp, void const * data)
    static int
    nstbi_write_tga_to_func(long func, long context, int w, int h, int comp, long data)
    int stbi_write_tga_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)
    static void
    stbi_flip_vertically_on_write(boolean flip_boolean)
    void stbi_flip_vertically_on_write(int flip_boolean)
    static boolean
    stbi_write_bmp(CharSequence filename, int w, int h, int comp, ByteBuffer data)
    int stbi_write_bmp(char const * filename, int w, int h, int comp, void const * data)
    static boolean
    stbi_write_bmp(ByteBuffer filename, int w, int h, int comp, ByteBuffer data)
    int stbi_write_bmp(char const * filename, int w, int h, int comp, void const * data)
    static boolean
    stbi_write_bmp_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data)
    int stbi_write_bmp_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)
    static boolean
    stbi_write_hdr(CharSequence filename, int w, int h, int comp, float[] data)
    int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    static boolean
    stbi_write_hdr(CharSequence filename, int w, int h, int comp, FloatBuffer data)
    int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    static boolean
    stbi_write_hdr(ByteBuffer filename, int w, int h, int comp, float[] data)
    int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    static boolean
    stbi_write_hdr(ByteBuffer filename, int w, int h, int comp, FloatBuffer data)
    int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    static boolean
    stbi_write_hdr_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, float[] data)
    int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)
    static boolean
    stbi_write_hdr_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, FloatBuffer data)
    int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)
    static boolean
    stbi_write_jpg(CharSequence filename, int w, int h, int comp, ByteBuffer data, int quality)
    int stbi_write_jpg(char const * filename, int w, int h, int comp, void const * data, int quality)
    static boolean
    stbi_write_jpg(ByteBuffer filename, int w, int h, int comp, ByteBuffer data, int quality)
    int stbi_write_jpg(char const * filename, int w, int h, int comp, void const * data, int quality)
    static int
    stbi_write_jpg_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data, int quality)
    int stbi_write_jpg_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int quality)
    static boolean
    stbi_write_png(CharSequence filename, int w, int h, int comp, ByteBuffer data, int stride_in_bytes)
    int stbi_write_png(char const * filename, int w, int h, int comp, void const * data, int stride_in_bytes)
    static boolean
    stbi_write_png(ByteBuffer filename, int w, int h, int comp, ByteBuffer data, int stride_in_bytes)
    int stbi_write_png(char const * filename, int w, int h, int comp, void const * data, int stride_in_bytes)
    static boolean
    stbi_write_png_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data, int stride_in_bytes)
    int stbi_write_png_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int stride_in_bytes)
    static boolean
    stbi_write_tga(CharSequence filename, int w, int h, int comp, ByteBuffer data)
    int stbi_write_tga(char const * filename, int w, int h, int comp, void const * data)
    static boolean
    stbi_write_tga(ByteBuffer filename, int w, int h, int comp, ByteBuffer data)
    int stbi_write_tga(char const * filename, int w, int h, int comp, void const * data)
    static boolean
    stbi_write_tga_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data)
    int stbi_write_tga_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • stbi_write_png_compression_level

      public static final IntBuffer stbi_write_png_compression_level
      int * stbi_write_png_compression_level(void)
    • stbi_write_force_png_filter

      public static final IntBuffer stbi_write_force_png_filter
      int * stbi_write_force_png_filter(void)
    • stbi_zlib_compress

      public static final PointerBuffer stbi_zlib_compress
      unsigned char * (*) (unsigned char *, int, int *, int) * stbi_zlib_compress(void)
    • stbi_write_tga_with_rle

      public static final IntBuffer stbi_write_tga_with_rle
      int * stbi_write_tga_with_rle(void)
  • Method Details

    • nstbi_write_png

      public static int nstbi_write_png(long filename, int w, int h, int comp, long data, int stride_in_bytes)
      int stbi_write_png(char const * filename, int w, int h, int comp, void const * data, int stride_in_bytes)
    • stbi_write_png

      public static boolean stbi_write_png(ByteBuffer filename, int w, int h, int comp, ByteBuffer data, int stride_in_bytes)
      int stbi_write_png(char const * filename, int w, int h, int comp, void const * data, int stride_in_bytes)
    • stbi_write_png

      public static boolean stbi_write_png(CharSequence filename, int w, int h, int comp, ByteBuffer data, int stride_in_bytes)
      int stbi_write_png(char const * filename, int w, int h, int comp, void const * data, int stride_in_bytes)
    • nstbi_write_bmp

      public static int nstbi_write_bmp(long filename, int w, int h, int comp, long data)
      int stbi_write_bmp(char const * filename, int w, int h, int comp, void const * data)
    • stbi_write_bmp

      public static boolean stbi_write_bmp(ByteBuffer filename, int w, int h, int comp, ByteBuffer data)
      int stbi_write_bmp(char const * filename, int w, int h, int comp, void const * data)
    • stbi_write_bmp

      public static boolean stbi_write_bmp(CharSequence filename, int w, int h, int comp, ByteBuffer data)
      int stbi_write_bmp(char const * filename, int w, int h, int comp, void const * data)
    • nstbi_write_tga

      public static int nstbi_write_tga(long filename, int w, int h, int comp, long data)
      int stbi_write_tga(char const * filename, int w, int h, int comp, void const * data)
    • stbi_write_tga

      public static boolean stbi_write_tga(ByteBuffer filename, int w, int h, int comp, ByteBuffer data)
      int stbi_write_tga(char const * filename, int w, int h, int comp, void const * data)
    • stbi_write_tga

      public static boolean stbi_write_tga(CharSequence filename, int w, int h, int comp, ByteBuffer data)
      int stbi_write_tga(char const * filename, int w, int h, int comp, void const * data)
    • nstbi_write_hdr

      public static int nstbi_write_hdr(long filename, int w, int h, int comp, long data)
      int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    • stbi_write_hdr

      public static boolean stbi_write_hdr(ByteBuffer filename, int w, int h, int comp, FloatBuffer data)
      int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    • stbi_write_hdr

      public static boolean stbi_write_hdr(CharSequence filename, int w, int h, int comp, FloatBuffer data)
      int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    • nstbi_write_jpg

      public static int nstbi_write_jpg(long filename, int w, int h, int comp, long data, int quality)
      int stbi_write_jpg(char const * filename, int w, int h, int comp, void const * data, int quality)
    • stbi_write_jpg

      public static boolean stbi_write_jpg(ByteBuffer filename, int w, int h, int comp, ByteBuffer data, int quality)
      int stbi_write_jpg(char const * filename, int w, int h, int comp, void const * data, int quality)
    • stbi_write_jpg

      public static boolean stbi_write_jpg(CharSequence filename, int w, int h, int comp, ByteBuffer data, int quality)
      int stbi_write_jpg(char const * filename, int w, int h, int comp, void const * data, int quality)
    • nstbi_write_png_to_func

      public static int nstbi_write_png_to_func(long func, long context, int w, int h, int comp, long data, int stride_in_bytes)
      int stbi_write_png_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int stride_in_bytes)
    • stbi_write_png_to_func

      public static boolean stbi_write_png_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data, int stride_in_bytes)
      int stbi_write_png_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int stride_in_bytes)
    • nstbi_write_bmp_to_func

      public static int nstbi_write_bmp_to_func(long func, long context, int w, int h, int comp, long data)
      int stbi_write_bmp_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)
    • stbi_write_bmp_to_func

      public static boolean stbi_write_bmp_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data)
      int stbi_write_bmp_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)
    • nstbi_write_tga_to_func

      public static int nstbi_write_tga_to_func(long func, long context, int w, int h, int comp, long data)
      int stbi_write_tga_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)
    • stbi_write_tga_to_func

      public static boolean stbi_write_tga_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data)
      int stbi_write_tga_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data)
    • nstbi_write_hdr_to_func

      public static int nstbi_write_hdr_to_func(long func, long context, int w, int h, int comp, long data)
      int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)
    • stbi_write_hdr_to_func

      public static boolean stbi_write_hdr_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, FloatBuffer data)
      int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)
    • nstbi_write_jpg_to_func

      public static int nstbi_write_jpg_to_func(long func, long context, int w, int h, int comp, long data, int quality)
      int stbi_write_jpg_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int quality)
    • stbi_write_jpg_to_func

      public static int stbi_write_jpg_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, ByteBuffer data, int quality)
      int stbi_write_jpg_to_func(stbi_write_func * func, void * context, int w, int h, int comp, void const * data, int quality)
    • nstbi_flip_vertically_on_write

      public static void nstbi_flip_vertically_on_write(int flip_boolean)
      void stbi_flip_vertically_on_write(int flip_boolean)
    • stbi_flip_vertically_on_write

      public static void stbi_flip_vertically_on_write(boolean flip_boolean)
      void stbi_flip_vertically_on_write(int flip_boolean)
    • nstbi_write_hdr

      public static int nstbi_write_hdr(long filename, int w, int h, int comp, float[] data)
      int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    • stbi_write_hdr

      public static boolean stbi_write_hdr(ByteBuffer filename, int w, int h, int comp, float[] data)
      int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    • stbi_write_hdr

      public static boolean stbi_write_hdr(CharSequence filename, int w, int h, int comp, float[] data)
      int stbi_write_hdr(char const * filename, int w, int h, int comp, float const * data)
    • nstbi_write_hdr_to_func

      public static int nstbi_write_hdr_to_func(long func, long context, int w, int h, int comp, float[] data)
      int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)
    • stbi_write_hdr_to_func

      public static boolean stbi_write_hdr_to_func(STBIWriteCallbackI func, long context, int w, int h, int comp, float[] data)
      int stbi_write_hdr_to_func(stbi_write_func * func, void * context, int w, int h, int comp, float const * data)