Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amakaseev/sprite-sheet-packer
/ functions
Functions
1,945 in github.com/amakaseev/sprite-sheet-packer
⨍
Functions
1,945
◇
Types & classes
316
↓ 1 callers
Function
color_weight
SpriteSheetPacker/3rdparty/pngquant/mediancut.c:278
↓ 1 callers
Function
commandLine
SpriteSheetPacker/command-line.cpp:6
↓ 1 callers
Method
complete
SpriteSheetPacker/PublishStatusDialog.cpp:94
↓ 1 callers
Function
compress2
=========================================================================== Compresses the source buffer into the destination buffer. The level
SpriteSheetPacker/3rdparty/optipng/zlib/compress.c:22
↓ 1 callers
Function
copy_block
=========================================================================== * Copy a stored block, storing first the length and its * one's compleme
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:1205
↓ 1 callers
Function
crc32_big
========================================================================= */
SpriteSheetPacker/3rdparty/optipng/zlib/crc32.c:287
↓ 1 callers
Function
crc32_little
========================================================================= */
SpriteSheetPacker/3rdparty/optipng/zlib/crc32.c:247
↓ 1 callers
Function
decodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:4451
↓ 1 callers
Function
deflate
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2050
↓ 1 callers
Function
deflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1703
↓ 1 callers
Function
deflateFixed
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1948
↓ 1 callers
Function
deflateInit2_
========================================================================= */
SpriteSheetPacker/3rdparty/optipng/zlib/deflate.c:213
↓ 1 callers
Function
deflateNoCompression
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1632
↓ 1 callers
Function
deflateParams
========================================================================= */
SpriteSheetPacker/3rdparty/optipng/zlib/deflate.c:490
↓ 1 callers
Function
deflateResetKeep
========================================================================= */
SpriteSheetPacker/3rdparty/optipng/zlib/deflate.c:392
↓ 1 callers
Function
deflate_huff
=========================================================================== * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash ta
SpriteSheetPacker/3rdparty/optipng/zlib/deflate.c:1934
↓ 1 callers
Function
deflate_rle
=========================================================================== * For Z_RLE, simply look for runs of bytes, generate matches only of dist
SpriteSheetPacker/3rdparty/optipng/zlib/deflate.c:1861
↓ 1 callers
Function
detect_data_type
=========================================================================== * Check if the data type is TEXT or BINARY, using the following algorithm
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:1120
↓ 1 callers
Function
encodePvr
SpriteSheetPacker/PublishSpriteSheet.cpp:24
↓ 1 callers
Function
f_to_rgb
SpriteSheetPacker/3rdparty/pngquant/pam.h:109
↓ 1 callers
Function
file_exists
SpriteSheetPacker/3rdparty/pngquant/pngquant.c:653
↓ 1 callers
Function
finalize_histogram
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1486
↓ 1 callers
Function
find_best_palette
Repeats mediancut with different histogram weights to find palette with minimum error. feedback_loop_trials controls how long the search will take.
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1707
↓ 1 callers
Function
fix_obsolete_options
SpriteSheetPacker/3rdparty/pngquant/pngquant.c:240
↓ 1 callers
Function
fixedtables
Return state with length and distance decoding tables and index sizes set to fixed code decoding. Normally this returns fixed tables from inffixed
SpriteSheetPacker/3rdparty/optipng/zlib/infback.c:82
↓ 1 callers
Function
flog2
log2 approximation. A slight bit faster than std::log. */
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:5127
↓ 1 callers
Function
gen_bitlen
=========================================================================== * Compute the optimal bit lengths for a tree and update the total bit len
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:488
↓ 1 callers
Function
gen_trees_header
SpriteSheetPacker/3rdparty/optipng/zlib/trees.c:328
↓ 1 callers
Function
getPaletteTranslucency
palette must have 4 * palettesize bytes allocated, and given in format RGBARGBARGBARGBA... returns 0 if the palette is opaque, returns 1 if the palett
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:5532
↓ 1 callers
Function
getTreeInflateDynamic
get the tree of a deflated block with dynamic tree, the tree itself is also Huffman compressed with a known tree*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:958
↓ 1 callers
Function
getTreeInflateFixed
get the tree of a deflated block with fixed tree, as specified in the deflate specification*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:950
↓ 1 callers
Function
getValueRequiredBits
Returns how many bits needed to represent given value (max 8 bit)*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:3523
↓ 1 callers
Function
get_dithered_pixel
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1217
↓ 1 callers
Function
get_median
finds median in unsorted set by sorting only minimum required */
SpriteSheetPacker/3rdparty/pngquant/mediancut.c:237
↓ 1 callers
Function
gzclose_w
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzwrite.c:539
↓ 1 callers
Function
gzgetc
(file)
SpriteSheetPacker/3rdparty/optipng/zlib/gzread.c:387
↓ 1 callers
Function
gzoffset64
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzlib.c:478
↓ 1 callers
Function
gzread
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzread.c:288
↓ 1 callers
Function
gzrewind
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzlib.c:339
↓ 1 callers
Function
gzseek64
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzlib.c:362
↓ 1 callers
Function
gztell64
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzlib.c:451
↓ 1 callers
Function
gzvprintf
-- see zlib.h -- */
SpriteSheetPacker/3rdparty/optipng/zlib/gzwrite.c:310
↓ 1 callers
Function
hash_cleanup
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1387
↓ 1 callers
Function
hash_init
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1360
↓ 1 callers
Method
heuristicMask
SpriteSheetPacker/SpritePackerProjectFile.h:35
↓ 1 callers
Method
hideSpinner
SpriteSheetPacker/StatusBarWidget.cpp:49
↓ 1 callers
Function
hist_item_sort_halfvar
sorts array to make sum of weights lower than halfvar one side, returns edge between <halfvar and >halfvar parts of the set */
SpriteSheetPacker/3rdparty/pngquant/mediancut.c:160
↓ 1 callers
Function
hist_item_sort_range
quick select algorithm */
SpriteSheetPacker/3rdparty/pngquant/mediancut.c:144
↓ 1 callers
Function
histogram_to_palette
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1785
↓ 1 callers
Function
if
Do nothing if the colorspace is already invalid */
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1105
↓ 1 callers
Method
imageFormat
SpriteSheetPacker/SpritePackerProjectFile.h:44
↓ 1 callers
Function
inflateHuffmanBlock
inflate a block with dynamic of fixed Huffman tree*/
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1106
↓ 1 callers
Function
inflateInit2_
(strm, windowBits, version, stream_size)
SpriteSheetPacker/3rdparty/optipng/zlib/inflate.c:180
↓ 1 callers
Function
inflateNoCompression
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:1200
↓ 1 callers
Function
inflateResetKeep
(strm)
SpriteSheetPacker/3rdparty/optipng/zlib/inflate.c:104
↓ 1 callers
Function
init_callback_info
SpriteSheetPacker/3rdparty/optipng/libpng/pngtest.c:634
↓ 1 callers
Method
intersects
SpriteSheetPacker/algorithm/binpack2d.hpp:238
↓ 1 callers
Method
isIdentical
SpriteSheetPacker/SpriteAtlas.cpp:28
↓ 1 callers
Function
is_ICC_signature
SpriteSheetPacker/3rdparty/optipng/libpng/png.c:1745
↓ 1 callers
Function
is_sse_available
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:208
↓ 1 callers
Method
jpgQuality
SpriteSheetPacker/SpritePackerProjectFile.h:62
↓ 1 callers
Function
liq_attr_copy
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:466
↓ 1 callers
Function
liq_attr_create_with_allocator
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:500
↓ 1 callers
Function
liq_blur
Filters src image and saves it to dst, overwriting tmp in the process. Image must be width*height pixels high. Size controls radius of box blur. */
SpriteSheetPacker/3rdparty/pngquant/blur.c:124
↓ 1 callers
Function
liq_executing_user_callback
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:706
↓ 1 callers
Function
liq_get_output_gamma
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:982
↓ 1 callers
Function
liq_get_quantization_error
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1018
↓ 1 callers
Function
liq_get_quantization_quality
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1038
↓ 1 callers
Function
liq_histogram_add_fixed_color_internal
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:546
↓ 1 callers
Function
liq_histogram_add_image
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1414
↓ 1 callers
Function
liq_histogram_create
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:860
↓ 1 callers
Function
liq_histogram_destroy
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:878
↓ 1 callers
Function
liq_image_create_rgba
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:677
↓ 1 callers
Function
liq_image_create_rgba_rows
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:662
↓ 1 callers
Function
liq_image_get_height
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:796
↓ 1 callers
Function
liq_image_get_width
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:790
↓ 1 callers
Function
liq_image_quantize
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:896
↓ 1 callers
Function
liq_image_set_memory_ownership
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:609
↓ 1 callers
Function
liq_remapping_result_create
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:958
↓ 1 callers
Function
liq_set_last_index_transparent
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:409
↓ 1 callers
Function
liq_set_log_flush_callback
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:441
↓ 1 callers
Function
liq_set_max_colors
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:316
↓ 1 callers
Function
liq_set_min_opacity
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:393
↓ 1 callers
Function
liq_set_min_posterization
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:332
↓ 1 callers
Function
liq_set_output_gamma
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:379
↓ 1 callers
Function
liq_set_quality
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:293
↓ 1 callers
Function
liq_write_remapped_image
SpriteSheetPacker/3rdparty/pngquant/libimagequant.c:1901
↓ 1 callers
Function
lm_init
=========================================================================== * Initialize the "longest match" routines for a new zlib stream */
SpriteSheetPacker/3rdparty/optipng/zlib/deflate.c:1106
↓ 1 callers
Function
load_file
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:5942
↓ 1 callers
Function
lodepng_auto_choose_color
Automatically chooses color type that gives smallest amount of bits in the output image, e.g. grey if there are only greyscale pixels, palette if ther
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:3696
↓ 1 callers
Function
lodepng_can_have_alpha
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2678
↓ 1 callers
Function
lodepng_chunk_ancillary
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2416
↓ 1 callers
Function
lodepng_chunk_check_crc
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2441
↓ 1 callers
Function
lodepng_chunk_create
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2489
↓ 1 callers
Function
lodepng_chunk_data_const
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2436
↓ 1 callers
Function
lodepng_chunk_generate_crc
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2451
↓ 1 callers
Function
lodepng_chunk_next
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2458
↓ 1 callers
Function
lodepng_chunk_next_const
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2464
↓ 1 callers
Function
lodepng_color_profile_init
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:3499
↓ 1 callers
Function
lodepng_compress_settings_init
SpriteSheetPacker/3rdparty/lodepng/lodepng.cpp:2252
← previous
next →
801–900 of 1,945, ranked by callers