MCPcopy Create free account

hub / github.com/akazdayo/pixelart / functions

Functions252 in github.com/akazdayo/pixelart

Methodtest_median_output_shape
メディアンフィルタの出力形状が正しいこと
tests/test_filters.py:133
Methodtest_median_with_different_sizes
異なるカーネルサイズでメディアンフィルタが動作すること
tests/test_filters.py:143
Methodtest_morphology_dilate_output_dtype
膨張フィルタの出力が uint8 であること
tests/test_filters.py:92
Methodtest_morphology_dilate_output_shape
膨張フィルタの出力形状が正しいこと
tests/test_filters.py:87
Methodtest_morphology_erode_output_dtype
収縮フィルタの出力が uint8 であること
tests/test_filters.py:102
Methodtest_morphology_erode_output_shape
収縮フィルタの出力形状が正しいこと
tests/test_filters.py:97
Methodtest_morphology_filter
morphology フィルタが適用できること
tests/test_pipeline.py:344
Methodtest_no_convert_mode
no_convert=True でカラー変換がスキップされること
tests/test_pipeline.py:155
Methodtest_no_expand
no_expand=True で元サイズにリサイズしないこと
tests/test_pipeline.py:268
Methodtest_none_options_uses_defaults
options=None でデフォルトが使用されること
tests/test_pipeline.py:170
Methodtest_ordered_dither_invalid_matrix_size_falls_back
無効な matrix_size が 4 にフォールバックすること
tests/test_filters.py:468
Methodtest_ordered_dither_matrix_size_2
matrix_size=2 で動作すること
tests/test_filters.py:453
Methodtest_ordered_dither_matrix_size_4
matrix_size=4 で動作すること
tests/test_filters.py:458
Methodtest_ordered_dither_matrix_size_8
matrix_size=8 で動作すること
tests/test_filters.py:463
Methodtest_ordered_dither_output_dtype
出力の dtype が uint8 であること
tests/test_filters.py:474
Methodtest_ordered_dither_rgb_output_shape
RGB 画像でオーダードディザの出力形状が正しいこと
tests/test_filters.py:438
Methodtest_ordered_dither_rgba_output_shape
RGBA 画像でオーダードディザの出力形状が正しいこと
tests/test_filters.py:443
Methodtest_ordered_dither_rgba_preserves_alpha
RGBA 画像のアルファチャンネルが維持されること
tests/test_filters.py:448
Methodtest_ordered_dither_values_in_range
出力値が 0-255 の範囲内であること
tests/test_filters.py:484
Methodtest_ordered_dither_with_intensity
intensity パラメータが動作すること
tests/test_filters.py:479
Methodtest_preset_palette
プリセットパレットで変換できること
tests/test_pipeline.py:262
Methodtest_read_csv_file_not_found
存在しないファイルで FileNotFoundError が発生すること
tests/test_convert.py:56
Methodtest_read_csv_first_color_is_black
pyxel パレットの最初の色が黒であること
tests/test_convert.py:51
Methodtest_read_csv_pyxel_has_16_colors
pyxel パレットが 16 色であること
tests/test_convert.py:46
Methodtest_read_csv_returns_list_of_rgb_values
CSV ファイルを正しく読み込めること
tests/test_convert.py:34
Methodtest_resize_large_image
大きい画像がリサイズされること
tests/test_convert.py:105
Methodtest_resize_preserves_aspect_ratio
アスペクト比が維持されること
tests/test_convert.py:112
Methodtest_resize_preserves_channels
チャンネル数が維持されること
tests/test_convert.py:123
Methodtest_resize_returns_uint8
リサイズ後も uint8 であること
tests/test_convert.py:128
Methodtest_resolve_not_found_with_injection
injectable roots でも見つからない場合は FileNotFoundError
tests/test_convert.py:452
Methodtest_resolve_via_injected_package_root
_package_root を注入してパッケージリソースで解決できること
tests/test_convert.py:432
Methodtest_resolve_via_injected_project_root
_project_root を注入してプロジェクトルートフォールバックで解決できること
tests/test_convert.py:415
Methodtest_resolve_via_package_resource
パッケージリソースから解決できること (line 72)
tests/test_convert.py:361
Methodtest_resolve_via_project_root_fallback
プロジェクトルートのフォールバックで解決できること (line 76)
tests/test_convert.py:374
Methodtest_returns_string
文字列が返されること
tests/test_pipeline.py:27
Methodtest_roundtrip_bgr
BGR 画像のラウンドトリップが成功すること
tests/test_pipeline.py:46
Methodtest_roundtrip_bgra
BGRA 画像のラウンドトリップが成功すること
tests/test_pipeline.py:62
Methodtest_saturation_identity
彩度 1.0 で画像が変わらないこと
tests/test_filters.py:172
Methodtest_saturation_output_shape
彩度調整の出力形状が正しいこと
tests/test_filters.py:167
Methodtest_scratch_disables_dog
scratch=True の時 dog_filter が無視されること
tests/test_pipeline.py:338
Methodtest_scratch_disables_morphology
scratch=True の時 morphology が無視されること
tests/test_pipeline.py:350
Methodtest_scratch_filter
scratch フィルタが適用できること
tests/test_pipeline.py:332
Methodtest_sharpness_identity
シャープネス 1.0 で画像が変わらないこと
tests/test_filters.py:200
Methodtest_sharpness_output_shape
シャープネス調整の出力形状が正しいこと
tests/test_filters.py:195
Methodtest_slider_mosaic_mode
slider モザイクモードで処理できること
tests/test_pipeline.py:181
Methodtest_slider_mosaic_reduces_size
スライダーモザイクが画像を縮小すること
tests/test_filters.py:223
Methodtest_slider_mosaic_small_ratio
小さい ratio でモザイクが適用されること
tests/test_filters.py:230
Methodtest_slider_mosaic_tiny_image
(self, enhancer)
tests/test_filters.py:236
Methodtest_small_image_not_resized
小さい画像がリサイズされないこと
tests/test_pipeline.py:320
Methodtest_valid_base64
有効な base64 エンコードであること
tests/test_pipeline.py:32
Methodtest_whitespace_only_raises_file_not_found
空白文字のみで FileNotFoundError が発生すること
tests/test_convert.py:263
Methodtest_with_ai_colors
AI カラー付きで構築できること
tests/test_pipeline.py:123
← previous201–252 of 252, ranked by callers