MCPcopy Create free account

hub / github.com/akazdayo/pixelart / types & classes

Types & classes52 in github.com/akazdayo/pixelart

↓ 32 callersClassProcessingOptions
All knobs exposed by the UI, collected into a plain data object. Every field has a sensible default so callers only need to override what the
pixelart_backend/pipeline.py:43
↓ 3 callersClassConvert
pixelart_backend/convert.py:15
↓ 3 callersClassProcessingResult
Return value of :func:`process_image`.
pixelart_backend/pipeline.py:111
↓ 2 callersClassAI
pixelart_backend/ai.py:6
↓ 2 callersClassDithering
pixelart_backend/filters.py:222
↓ 2 callersClassEdgeFilter
pixelart_backend/filters.py:6
↓ 2 callersClassGridMask
pixelart_backend/filters.py:174
↓ 2 callersClassImageEnhancer
pixelart_backend/filters.py:110
ClassTestAI
AI クラスのユニットテスト
tests/test_ai.py:6
ClassTestAddGrid
add_grid() のテスト
tests/test_filters.py:329
ClassTestAtkinson
atkinson() のテスト
tests/test_filters.py:491
ClassTestBrightness
brightness() のテスト
tests/test_filters.py:178
ClassTestCandidatePaths
_candidate_paths() のテスト
tests/test_convert.py:255
ClassTestCanny
canny() のテスト
tests/test_filters.py:25
ClassTestContrast
contrast() のテスト
tests/test_filters.py:206
ClassTestConvert
Convert クラスのユニットテスト
tests/test_convert.py:7
ClassTestConvertMethod
convert() のテスト
tests/test_convert.py:62
ClassTestCsvStems
_csv_stems() のテスト
tests/test_convert.py:269
ClassTestCvToBase64
cv_to_base64() のテスト
tests/test_pipeline.py:14
ClassTestDecrease
decrease() のテスト
tests/test_filters.py:264
ClassTestDeleteAlpha
delete_alpha() のテスト
tests/test_convert.py:134
ClassTestDeleteAlphaNonMutating
delete_alpha() が入力を変更しないことのテスト
tests/test_convert.py:480
ClassTestDeleteTransparentColor
delete_transparent_color() のテスト
tests/test_convert.py:188
ClassTestDitheringClass
Dithering クラスのユニットテスト
tests/test_filters.py:381
ClassTestDog
dog() のテスト
tests/test_filters.py:49
ClassTestDoubleSuffixBug
.csv.csv 二重サフィックスバグの回帰テスト
tests/test_convert.py:465
ClassTestEdgeFilter
EdgeFilter クラスのユニットテスト
tests/test_filters.py:6
ClassTestFloydSteinberg
floyd_steinberg() のテスト
tests/test_filters.py:400
ClassTestGetColor
get_color() のテスト
tests/test_ai.py:77
ClassTestGetColorCount
get_color_count() のテスト
tests/test_ai.py:29
ClassTestGridMaskClass
GridMask クラスのユニットテスト
tests/test_filters.py:310
ClassTestGridMosaic
grid_mosaic() のテスト
tests/test_filters.py:242
ClassTestHexToRgb
tests/test_pipeline.py:423
ClassTestImageEnhancer
ImageEnhancer クラスのユニットテスト
tests/test_filters.py:150
ClassTestKuwahara
kuwahara() / apply_kuwahara() のテスト
tests/test_filters.py:108
ClassTestLab2RGB
lab2rgb() のテスト
tests/test_ai.py:54
ClassTestListColorPalettes
list_color_palettes() のテスト
tests/test_convert.py:300
ClassTestMedian
median() のテスト
tests/test_filters.py:130
ClassTestModuleLevelFunctions
モジュールレベル関数のテスト
tests/test_convert.py:496
ClassTestMorphology
morphology_dilate() / morphology_erode() のテスト
tests/test_filters.py:84
ClassTestOrderedDither
ordered_dither() のテスト
tests/test_filters.py:435
ClassTestProcessImage
process_image() のテスト
tests/test_pipeline.py:135
ClassTestProcessingOptions
ProcessingOptions のテスト
tests/test_pipeline.py:73
ClassTestProcessingResult
ProcessingResult のテスト
tests/test_pipeline.py:112
ClassTestReadCsv
read_csv() のテスト
tests/test_convert.py:31
ClassTestResizeImage
resize_image() のテスト
tests/test_convert.py:102
ClassTestResolvePalettePathFallbacks
_resolve_palette_path() のフォールバックパスのテスト
tests/test_convert.py:358
ClassTestResolvePalettePathInjection
_resolve_palette_path() のテスト (injectable roots)
tests/test_convert.py:412
ClassTestSaturation
saturation() のテスト
tests/test_filters.py:164
ClassTestSharpness
sharpness() のテスト
tests/test_filters.py:192
ClassTestSliderMosaic
slider_mosaic() のテスト
tests/test_filters.py:220
ClassWeb
src/draw.py:9