esmaill1
feat: implement image processing core, FastAPI backend, and full-stack integration tests
f19ba0f | { | |
| "layout": { | |
| "dpi": 300, | |
| "output_w_cm": 25.7, | |
| "output_h_cm": 12.7, | |
| "grid_rows": 2, | |
| "grid_cols": 4, | |
| "grid_gap": 10, | |
| "grid_margin": 15, | |
| "photo_bottom_pad_cm": 0.7, | |
| "brand_border": 50, | |
| "section_gap": 5, | |
| "photo_stroke_width": 2, | |
| "brand_bottom_offset": 110, | |
| "large_photo_bottom_pad": 100 | |
| }, | |
| "overlays": { | |
| "logo_size_small": 70, | |
| "logo_size_large": 95, | |
| "logo_margin": 8, | |
| "id_font_size": 63, | |
| "name_font_size": 42, | |
| "date_font_size": 19, | |
| "large_date_font_size": 24, | |
| "id_lift_offset": 45, | |
| "id_char_spacing": -8 | |
| }, | |
| "retouch": { | |
| "enabled": true, | |
| "sensitivity": 3.5, | |
| "tone_smoothing": 0.5 | |
| }, | |
| "api": { | |
| "codeformer_url": "https://tegaje3com-codeformer.hf.space/api/process" | |
| }, | |
| "colors": { | |
| "maroon": [ | |
| 139, | |
| 69, | |
| 19 | |
| ], | |
| "dark_red": [ | |
| 180, | |
| 0, | |
| 0 | |
| ], | |
| "gold": [ | |
| 200, | |
| 150, | |
| 12 | |
| ], | |
| "white": [ | |
| 255, | |
| 255, | |
| 255 | |
| ], | |
| "text_dark": [ | |
| 60, | |
| 60, | |
| 60 | |
| ] | |
| }, | |
| "restoration": { | |
| "fidelity": 1 | |
| } | |
| } |