Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CasterWx/BitQR-Code
/ functions
Functions
74 in github.com/CasterWx/BitQR-Code
⨍
Functions
74
◇
Types & classes
10
↓ 21 callers
Method
read
Reads GIF image from stream @param BufferedInputStream containing GIF file. @return read status code (0 = no errors)
src/bitmaps/GifDecoder.java:244
↓ 8 callers
Method
err
Returns true if an error was encountered during reading/decoding
src/bitmaps/GifDecoder.java:455
↓ 8 callers
Method
writeShort
Write 16-bit value to output stream, LSB first
src/bitmaps/AnimatedGifEncoder.java:487
↓ 7 callers
Method
readShort
Reads next 16-bit value, LSB first
src/bitmaps/GifDecoder.java:725
↓ 5 callers
Method
output
(int code, OutputStream outs)
src/bitmaps/AnimatedGifEncoder.java:750
↓ 4 callers
Method
getFrame
Gets the image contents of frame n. @return BufferedImage representation of frame, or null if n is invalid.
src/bitmaps/GifDecoder.java:221
↓ 4 callers
Method
readBlock
Reads next variable length block from input. @return number of bytes stored in "buffer"
src/bitmaps/GifDecoder.java:488
↓ 3 callers
Method
GifRunBackward
(String inputFileName,String outFileName)
src/bitmaps/GifReload.java:24
↓ 3 callers
Method
MAXCODE
(int n_bits)
src/bitmaps/AnimatedGifEncoder.java:732
↓ 3 callers
Method
addFrame
Adds next GIF frame. The frame is not written immediately, but is actually deferred until the next frame is received so that timing data can be insert
src/bitmaps/AnimatedGifEncoder.java:143
↓ 3 callers
Method
finish
Flushes any pending data and closes output file. If writing to an OutputStream, the stream is not closed.
src/bitmaps/AnimatedGifEncoder.java:182
↓ 3 callers
Method
setDelay
Sets the delay time between each frame, or changes it for subsequent frames (applies to last frame added). @param ms int delay time in milli
src/bitmaps/AnimatedGifEncoder.java:85
↓ 3 callers
Method
setRepeat
Sets the number of times the set of GIF frames should be played. Default is 1; 0 means play indefinitely. Must be invoked before the first image is ad
src/bitmaps/AnimatedGifEncoder.java:112
↓ 3 callers
Method
skip
()
src/bitmaps/GifDecoder.java:744
↓ 3 callers
Method
start
Initiates GIF file creation on the given stream. The stream is not closed automatically. @param os OutputStream on which GIF images are writ
src/bitmaps/AnimatedGifEncoder.java:269
↓ 2 callers
Method
char_out
(byte c, OutputStream outs)
src/bitmaps/AnimatedGifEncoder.java:618
↓ 2 callers
Method
cl_hash
(int hsize)
src/bitmaps/AnimatedGifEncoder.java:636
↓ 2 callers
Method
flush_char
(OutputStream outs)
src/bitmaps/AnimatedGifEncoder.java:724
↓ 2 callers
Method
getDelay
Gets display duration for specified frame. @param n int index of frame @return delay in milliseconds
src/bitmaps/GifDecoder.java:89
↓ 2 callers
Method
getFrameCount
Gets the number of frames read from file. @return frame count
src/bitmaps/GifDecoder.java:102
↓ 2 callers
Method
init
Initializes or re-initializes reader
src/bitmaps/GifDecoder.java:462
↓ 2 callers
Method
nextPixel
()
src/bitmaps/AnimatedGifEncoder.java:739
↓ 2 callers
Method
readColorTable
Reads color table as 256 RGB integer values @param ncolors int number of colors to read @return int array containing 256 colors (packed ARGB with ful
src/bitmaps/GifDecoder.java:516
↓ 2 callers
Method
readContents
Main file parser. Reads GIF content blocks.
src/bitmaps/GifDecoder.java:544
↓ 2 callers
Method
readHeader
Reads GIF file header information.
src/bitmaps/GifDecoder.java:612
↓ 2 callers
Method
setTransparent
Sets the transparent color for the last added frame and any subsequent frames. Since all colors are subject to modification in the quantization proces
src/bitmaps/AnimatedGifEncoder.java:128
↓ 2 callers
Method
writePalette
Writes color table
src/bitmaps/AnimatedGifEncoder.java:468
↓ 2 callers
Method
writeString
Writes string to output stream
src/bitmaps/AnimatedGifEncoder.java:495
↓ 1 callers
Method
QroceImg
(String content,String imgPath)
src/bitmaps/DosInterface.java:13
↓ 1 callers
Method
alterneigh
(int rad, int i, int b, int g, int r)
src/bitmaps/AnimatedGifEncoder.java:1194
↓ 1 callers
Method
altersingle
(int alpha, int i, int b, int g, int r)
src/bitmaps/AnimatedGifEncoder.java:1236
↓ 1 callers
Method
analyzePixels
Analyzes image colors and creates color map.
src/bitmaps/AnimatedGifEncoder.java:305
↓ 1 callers
Method
cl_block
(OutputStream outs)
src/bitmaps/AnimatedGifEncoder.java:627
↓ 1 callers
Method
colorMap
()
src/bitmaps/AnimatedGifEncoder.java:950
↓ 1 callers
Method
compress
(int init_bits, OutputStream outs)
src/bitmaps/AnimatedGifEncoder.java:641
↓ 1 callers
Method
contest
(int b, int g, int r)
src/bitmaps/AnimatedGifEncoder.java:1248
↓ 1 callers
Method
decodeImageData
Decodes LZW image data into pixel array. Adapted from John Cristy's ImageMagick.
src/bitmaps/GifDecoder.java:324
↓ 1 callers
Method
encode
(OutputStream os)
src/bitmaps/AnimatedGifEncoder.java:712
↓ 1 callers
Method
findClosest
Returns index of palette color closest to c
src/bitmaps/AnimatedGifEncoder.java:339
↓ 1 callers
Method
getBook
(String read)
src/bitmaps/Demo.java:59
↓ 1 callers
Method
getImagePixels
Extracts image pixels into byte array "pixels"
src/bitmaps/AnimatedGifEncoder.java:366
↓ 1 callers
Method
inxbuild
()
src/bitmaps/AnimatedGifEncoder.java:970
↓ 1 callers
Method
jpgToGif
(String pic[], String newPic, int playTime)
src/bitmaps/PngToGif.java:20
↓ 1 callers
Method
learn
()
src/bitmaps/AnimatedGifEncoder.java:1024
↓ 1 callers
Method
map
(int b, int g, int r)
src/bitmaps/AnimatedGifEncoder.java:1102
↓ 1 callers
Method
printHot
(String u)
src/bitmaps/Demo.java:32
↓ 1 callers
Method
process
()
src/bitmaps/AnimatedGifEncoder.java:1168
↓ 1 callers
Method
readGraphicControlExt
Reads Graphics Control Extension values
src/bitmaps/GifDecoder.java:596
↓ 1 callers
Method
readImage
Reads next frame image
src/bitmaps/GifDecoder.java:632
↓ 1 callers
Method
readLSD
Reads Logical Screen Descriptor
src/bitmaps/GifDecoder.java:690
↓ 1 callers
Method
readNetscapeExt
Reads Netscape extenstion to obtain iteration count
src/bitmaps/GifDecoder.java:710
↓ 1 callers
Method
resetFrame
Resets frame state for reading next image.
src/bitmaps/GifDecoder.java:733
↓ 1 callers
Method
setPixels
Creates new frame image from current data (and previous frames as specified by their disposition codes).
src/bitmaps/GifDecoder.java:129
↓ 1 callers
Method
setSize
Sets the GIF frame size. The default size is the size of the first frame added if this method is not invoked. @param w int frame width. @par
src/bitmaps/AnimatedGifEncoder.java:249
↓ 1 callers
Method
unbiasnet
()
src/bitmaps/AnimatedGifEncoder.java:1180
↓ 1 callers
Method
writeGraphicCtrlExt
Writes Graphic Control Extension
src/bitmaps/AnimatedGifEncoder.java:383
↓ 1 callers
Method
writeImageDesc
Writes Image Descriptor
src/bitmaps/AnimatedGifEncoder.java:414
↓ 1 callers
Method
writeLSD
Writes Logical Screen Descriptor
src/bitmaps/AnimatedGifEncoder.java:437
↓ 1 callers
Method
writeNetscapeExt
Writes Netscape application extension to define repeat count.
src/bitmaps/AnimatedGifEncoder.java:454
↓ 1 callers
Method
writePixels
Encodes and writes pixel data
src/bitmaps/AnimatedGifEncoder.java:479
Method
GifFrame
(BufferedImage im, int del)
src/bitmaps/GifDecoder.java:75
Method
LZWEncoder
(int width, int height, byte[] pixels, int color_depth)
src/bitmaps/AnimatedGifEncoder.java:609
Method
NeuQuant
(byte[] thepic, int len, int sample)
src/bitmaps/AnimatedGifEncoder.java:931
Method
getFrameSize
Gets image size. @return GIF image dimensions
src/bitmaps/GifDecoder.java:234
Method
getImage
Gets the first (or only) image read. @return BufferedImage containing first frame, or null if none.
src/bitmaps/GifDecoder.java:111
Method
getLoopCount
Gets the "Netscape" iteration count, if any. A count of 0 means repeat indefinitiely. @return iteration count if one was specified, else 1.
src/bitmaps/GifDecoder.java:121
Method
main
(String[] args)
src/bitmaps/PngToGif.java:14
Method
main
(String[] args)
src/bitmaps/GifReload.java:17
Method
main
(String []agrs)
src/bitmaps/DosInterface.java:10
Method
main
(String[] args)
src/bitmaps/Demo.java:54
Method
main
(String[] args)
src/bitmaps/GifToPng.java:19
Method
setDispose
Sets the GIF frame disposal code for the last added frame and any subsequent frames. Default is 0 if no transparent color has been set, otherwise 2.
src/bitmaps/AnimatedGifEncoder.java:97
Method
setFrameRate
Sets frame rate in frames per second. Equivalent to <code>setDelay(1000/fps)</code>. @param fps float frame rate (frames per second)
src/bitmaps/AnimatedGifEncoder.java:217
Method
setQuality
Sets quality of color quantization (conversion of images to the maximum 256 colors allowed by the GIF specification). Lower values (minimum = 1) produ
src/bitmaps/AnimatedGifEncoder.java:234