attachment
attachment

Analyse this xray and find anything out of order

analyse_media
Reading File
Reading File
Finding Sources
Finding Sources
Reading File
Running Command

cd /tmp/workspace/attachments/deab6d93-0f6c-4482-bf95-b1e40f38a130 && python3 -c " from PIL import Image img = Image.open('IMG-20260818-WA0002.jpg') print(img.size) "

Running Command

cd /tmp/workspace/attachments/deab6d93-0f6c-4482-bf95-b1e40f38a130 && python3 -c " from PIL import Image, ImageEnhance img = Image.open('IMG-20260818-WA0002.jpg') w,h = img.size # AP view left half ankle region - crop around distal tibia/fibula joint ap = img.crop((150, 350, 620, 750)) ap = ap.resize((ap.width*2, ap.height*2), Image.LANCZOS) enh = ImageEnhance.Contrast(ap).enhance(1.4) enh = ImageEnhance.Sharpness(enh).enhance(2.0) enh.save('ap_crop.png') lat = img.crop((680, 350, 1200, 750)) lat = lat.resize((lat.width*2, lat.height*2), Image.LANCZOS) enh2 = ImageEnhance.Contrast(lat).enhance(1.4) enh2 = ImageEnhance.Sharpness(enh2).enhance(2.0) enh2.save('lat_crop.png') print('done') "

Reading File
Reading File
Running Command

cd /tmp/workspace/attachments/deab6d93-0f6c-4482-bf95-b1e40f38a130 && python3 -c " from PIL import Image for f in ['ap_crop.png','lat_crop.png']: img = Image.open(f) img = img.convert('RGB') out = f.replace('.png','.jpg') img.save(out, quality=85) import os print(out, os.path.getsize(out)) "

Reading File
Reading File

Ankle X-ray Review – Karthik, 21 y, Left Ankle (AP + Lateral), 18/08/2026

I looked closely at both views (including magnified crops of the ankle mortise and hindfoot). Here's what I see:
Overall impression: No acute fracture or dislocation identified. Bones, joints, and alignment appear normal.

AP view

  • Tibia and fibula shafts: normal density, smooth cortical margins, no step-off or discontinuity.
  • Ankle mortise (tibiotalar joint): the talar dome sits congruently under the tibial plafond; medial and lateral clear spaces look symmetric — no widening that would suggest a syndesmotic or ligamentous injury.
  • Medial and lateral malleoli: intact, no displaced fragments or avulsions.
  • Note: there are faint, smooth, well-corticated horizontal lines crossing the distal tibia and distal fibula at the same level. These are not fracture lines — they line up with the location of the growth plate (physis) and have the classic sclerotic, non-displaced appearance of a physeal scar, a normal residual finding in young adults (physes typically fuse in the late teens, and this "scar" can persist into the 20s). This is a well-known pitfall that gets mistaken for a fracture, but the smooth cortication and symmetric appearance in both bones argue strongly against an acute injury here.

Lateral view

  • Tibia–talus–calcaneus alignment is normal (talus sits centered under the tibia, calcaneal pitch and posterior facet look unremarkable).
  • Midfoot (navicular, cuboid, cuneiforms, proximal metatarsals) show normal contour and joint spacing, no lucent fracture lines or subluxation.
  • No visible osteochondral lesion of the talar dome, no posterior malleolar fracture, and the base of the 5th metatarsal (a common "occult" fracture site included on ankle laterals) looks intact within the field of view.
  • Soft tissue outline appears unremarkable, though this is a photograph of a hard-copy film held up to light, so subtle soft-tissue swelling can't be fully excluded from image quality alone.

Bottom line

Comparing this to the classic radiographic markers used to grade ankle fractures (Danis-Weber system, which classifies fibular fractures relative to the syndesmosis/talar dome level - Campbell's Operative Orthopaedics, p. 5300; Grainger & Allison's Diagnostic Radiology, "The Ankle"), I don't see a fibular, tibial, or malleolar fracture line, nor mortise widening, on either projection. The film looks essentially normal for this patient's age.
Caveats: This is my interpretation from a phone photo of a printed film, not the original digital image, and I'm not a substitute for the radiologist. If Karthik has significant point tenderness (especially over the posterior tip of the lateral malleolus, base of 5th metatarsal, or navicular - the classic "Ottawa ankle rule" checkpoints), or persistent swelling/inability to bear weight, that clinical picture matters more than a "normal-looking" X-ray - non-displaced fractures and pure ligamentous (syndesmotic) injuries can sometimes be missed on plain films. I'd recommend confirming with Dr. Muzammil Ahmed's official report, and if clinical suspicion remains high despite a normal film, follow-up imaging (repeat X-ray in 7-10 days or MRI) may be warranted.
This is a shared conversation. Sign in to Orris to start your own chat.