Ointment of choice for this
| Agent | Type | Role |
|---|---|---|
| Topical corticosteroids (e.g., clobetasol 0.05% or betamethasone 0.1% ointment) | Anti-inflammatory | First-line - reduces inflammation and itch |
| Pramoxine | Topical anesthetic | Symptomatic itch relief |
| Calcineurin inhibitors (tacrolimus/pimecrolimus) | Immunomodulator | Steroid-sparing alternative |
| Vitamin D analogues (calcipotriol/Dovonex) | Antiproliferative | Alternative topical agent |
Note: If the diagnosis leans more toward Poikiloderma of Civatte (background sun-damaged telangiectatic changes without active pruritic papules), topical management is less central - the focus shifts to photoprotection and laser therapy (e.g., ablative fractional laser). In that case, the active papules seen here still warrant topical corticosteroid treatment.
Disclaimer: This is for educational reference only. Clinical diagnosis requires physical examination. Please consult a dermatologist before prescribing.
Will this work?
cd /tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/ && ls -la
cd /tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/ && python3 -c " from PIL import Image img = Image.open('IMG_0321.heic') img.save('/tmp/workspace/IMG_0321_converted.jpg', 'JPEG') print('Converted successfully') "
pip install --user pillow-heif 2>/dev/null | tail -1 && python3 -c " from pillow_heif import register_heif_opener from PIL import Image register_heif_opener() img = Image.open('/tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/IMG_0321.heic') img.save('/tmp/workspace/IMG_0321_converted.jpg', 'JPEG') print('Done', img.size) "
pip install --user pillow-heif 2>&1 | grep -E "Successfully|already|error" ; python3 -c "import pillow_heif; print('ok')" 2>&1
which convert && convert /tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/IMG_0321.heic /tmp/workspace/IMG_0321_converted.jpg 2>&1 && echo "Done"
| Preferred Option | Why |
|---|---|
| Clobetasol 0.05% cream alone (or betamethasone dipropionate) | Steroid benefit without unnecessary antibiotic/antifungal risk |
| Mometasone furoate 0.1% | Medium-high potency, safer for larger areas |
| Tacrolimus 0.1% ointment | Steroid-sparing, no skin atrophy risk |
| Calcipotriol (Dovonex) | Effective alternative for Grover's |