Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akazdayo/pixelart
/ functions
Functions
252 in github.com/akazdayo/pixelart
⨍
Functions
252
◇
Types & classes
52
Method
test_median_output_shape
メディアンフィルタの出力形状が正しいこと
tests/test_filters.py:133
Method
test_median_with_different_sizes
異なるカーネルサイズでメディアンフィルタが動作すること
tests/test_filters.py:143
Method
test_morphology_dilate_output_dtype
膨張フィルタの出力が uint8 であること
tests/test_filters.py:92
Method
test_morphology_dilate_output_shape
膨張フィルタの出力形状が正しいこと
tests/test_filters.py:87
Method
test_morphology_erode_output_dtype
収縮フィルタの出力が uint8 であること
tests/test_filters.py:102
Method
test_morphology_erode_output_shape
収縮フィルタの出力形状が正しいこと
tests/test_filters.py:97
Method
test_morphology_filter
morphology フィルタが適用できること
tests/test_pipeline.py:344
Method
test_no_convert_mode
no_convert=True でカラー変換がスキップされること
tests/test_pipeline.py:155
Method
test_no_expand
no_expand=True で元サイズにリサイズしないこと
tests/test_pipeline.py:268
Method
test_none_options_uses_defaults
options=None でデフォルトが使用されること
tests/test_pipeline.py:170
Method
test_ordered_dither_invalid_matrix_size_falls_back
無効な matrix_size が 4 にフォールバックすること
tests/test_filters.py:468
Method
test_ordered_dither_matrix_size_2
matrix_size=2 で動作すること
tests/test_filters.py:453
Method
test_ordered_dither_matrix_size_4
matrix_size=4 で動作すること
tests/test_filters.py:458
Method
test_ordered_dither_matrix_size_8
matrix_size=8 で動作すること
tests/test_filters.py:463
Method
test_ordered_dither_output_dtype
出力の dtype が uint8 であること
tests/test_filters.py:474
Method
test_ordered_dither_rgb_output_shape
RGB 画像でオーダードディザの出力形状が正しいこと
tests/test_filters.py:438
Method
test_ordered_dither_rgba_output_shape
RGBA 画像でオーダードディザの出力形状が正しいこと
tests/test_filters.py:443
Method
test_ordered_dither_rgba_preserves_alpha
RGBA 画像のアルファチャンネルが維持されること
tests/test_filters.py:448
Method
test_ordered_dither_values_in_range
出力値が 0-255 の範囲内であること
tests/test_filters.py:484
Method
test_ordered_dither_with_intensity
intensity パラメータが動作すること
tests/test_filters.py:479
Method
test_preset_palette
プリセットパレットで変換できること
tests/test_pipeline.py:262
Method
test_read_csv_file_not_found
存在しないファイルで FileNotFoundError が発生すること
tests/test_convert.py:56
Method
test_read_csv_first_color_is_black
pyxel パレットの最初の色が黒であること
tests/test_convert.py:51
Method
test_read_csv_pyxel_has_16_colors
pyxel パレットが 16 色であること
tests/test_convert.py:46
Method
test_read_csv_returns_list_of_rgb_values
CSV ファイルを正しく読み込めること
tests/test_convert.py:34
Method
test_resize_large_image
大きい画像がリサイズされること
tests/test_convert.py:105
Method
test_resize_preserves_aspect_ratio
アスペクト比が維持されること
tests/test_convert.py:112
Method
test_resize_preserves_channels
チャンネル数が維持されること
tests/test_convert.py:123
Method
test_resize_returns_uint8
リサイズ後も uint8 であること
tests/test_convert.py:128
Method
test_resolve_not_found_with_injection
injectable roots でも見つからない場合は FileNotFoundError
tests/test_convert.py:452
Method
test_resolve_via_injected_package_root
_package_root を注入してパッケージリソースで解決できること
tests/test_convert.py:432
Method
test_resolve_via_injected_project_root
_project_root を注入してプロジェクトルートフォールバックで解決できること
tests/test_convert.py:415
Method
test_resolve_via_package_resource
パッケージリソースから解決できること (line 72)
tests/test_convert.py:361
Method
test_resolve_via_project_root_fallback
プロジェクトルートのフォールバックで解決できること (line 76)
tests/test_convert.py:374
Method
test_returns_string
文字列が返されること
tests/test_pipeline.py:27
Method
test_roundtrip_bgr
BGR 画像のラウンドトリップが成功すること
tests/test_pipeline.py:46
Method
test_roundtrip_bgra
BGRA 画像のラウンドトリップが成功すること
tests/test_pipeline.py:62
Method
test_saturation_identity
彩度 1.0 で画像が変わらないこと
tests/test_filters.py:172
Method
test_saturation_output_shape
彩度調整の出力形状が正しいこと
tests/test_filters.py:167
Method
test_scratch_disables_dog
scratch=True の時 dog_filter が無視されること
tests/test_pipeline.py:338
Method
test_scratch_disables_morphology
scratch=True の時 morphology が無視されること
tests/test_pipeline.py:350
Method
test_scratch_filter
scratch フィルタが適用できること
tests/test_pipeline.py:332
Method
test_sharpness_identity
シャープネス 1.0 で画像が変わらないこと
tests/test_filters.py:200
Method
test_sharpness_output_shape
シャープネス調整の出力形状が正しいこと
tests/test_filters.py:195
Method
test_slider_mosaic_mode
slider モザイクモードで処理できること
tests/test_pipeline.py:181
Method
test_slider_mosaic_reduces_size
スライダーモザイクが画像を縮小すること
tests/test_filters.py:223
Method
test_slider_mosaic_small_ratio
小さい ratio でモザイクが適用されること
tests/test_filters.py:230
Method
test_slider_mosaic_tiny_image
(self, enhancer)
tests/test_filters.py:236
Method
test_small_image_not_resized
小さい画像がリサイズされないこと
tests/test_pipeline.py:320
Method
test_valid_base64
有効な base64 エンコードであること
tests/test_pipeline.py:32
Method
test_whitespace_only_raises_file_not_found
空白文字のみで FileNotFoundError が発生すること
tests/test_convert.py:263
Method
test_with_ai_colors
AI カラー付きで構築できること
tests/test_pipeline.py:123
← previous
201–252 of 252, ranked by callers