attachment
attachment

Provide me a simple brain image or outline like this with just no. annotations

analyse_media
Reading File
Generating Image

A clean educational lateral-view outline of the human cerebral cortex, modeled after a hand-drawn Brodmann-area map. White background, black line brain contour and major sulci, with only numbered cortical area annotations inside outlined regions: 9, 10, 11, 45, 44, 8, 6, 4, 3, 1, 2, 22, 40, 39, 5, 7, 17, 18, 19. Do not include any words, titles, lobe names, arrows, legend, table, colors, or decorative elements. Clear, printable textbook-style line art.

Numbered cerebral cortex outline

Create a clean unlabeled brain outline for printing

Reading File
Generating Image

Clean black-and-white printable line-art outline of a human brain in lateral view. Include only the outer cerebral contour, cerebellum, and brainstem with a few subtle major sulci for anatomical recognition. Completely unlabeled: no numbers, letters, arrows, titles, color, shading, legend, or background elements. White background, high contrast, simple smooth textbook line drawing suitable for A4 printing and students to annotate by hand.

Unlabeled printable brain outline

Create a printable PDF of the brain outline

Reading File
Reading File
Browsing Directory

~/

Running Command

mkdir -p "/tmp/workspace/brain-outline-pdf/output" 66 python -c "import requests; u='https://cdn.orris.care/image-gen/e6d7bc71bd53456f86d771df45484c3b.png'; r=requests.get(u, timeout=60); r.raise_for_status(); open('/tmp/workspace/brain-outline-pdf/output/brain_outline.png','wb').write(r.content); print(len(r.content))"

Running Command

mkdir -p "/tmp/workspace/brain-outline-pdf/output"; python -c "import requests; u='https://cdn.orris.care/image-gen/e6d7bc71bd53456f86d771df45484c3b.png'; r=requests.get(u, timeout=60); r.raise_for_status(); open('/tmp/workspace/brain-outline-pdf/output/brain_outline.png','wb').write(r.content); print('Downloaded bytes:',len(r.content))"

Running Command

python -c "from reportlab.pdfgen import canvas; from reportlab.lib.pagesizes import A4, landscape; from reportlab.lib.utils import ImageReader; from PIL import Image; from pathlib import Path; out=Path('/tmp/workspace/brain-outline-pdf/output'); img=out/'brain_outline.png'; pdf=out/'Unlabeled_Brain_Outline_Printable.pdf'; page=landscape(A4); c=canvas.Canvas(str(pdf), pagesize=page, pageCompression=1); c.setTitle('Unlabeled Brain Outline - Printable'); im=Image.open(img); iw,ih=im.size; pw,ph=page; margin=36; scale=min((pw-2*margin)/iw,(ph-2*margin)/ih); w,h=iw*scale,ih*scale; c.drawImage(ImageReader(im), (pw-w)/2,(ph-h)/2, width=w,height=h, mask='auto'); c.showPage(); c.save(); print(pdf, pdf.stat().st_size)"; python -c "from pypdf import PdfReader; p='/tmp/workspace/brain-outline-pdf/output/Unlabeled_Brain_Outline_Printable.pdf'; r=PdfReader(p); print('pages=',len(r.pages),'size=',r.pages[0].mediabox)"

Printable A4 landscape PDF:

Unlabeled Brain Outline Printable

PDF Document · PDF

Provide me the #D diagram for the supply of brain by middle and Osterior cerebral artery in details and separately

Reading File
Finding Sources
Finding Sources
Searching PubMed

cerebral artery anatomy

Searching the Web

middle cerebral artery posterior cerebral artery cortical territory anatomy

Generating Image

Detailed clean educational anatomy diagram showing the cortical territory supplied by the Middle Cerebral Artery (MCA), isolated as one standalone image. Lateral view of the left cerebral hemisphere with a simple brain outline. Shade only the MCA territory in light blue: most of lateral frontal lobe, lateral parietal lobe, superior and lateral temporal lobe, insular region, including primary motor and sensory face and upper-limb cortex and dominant-hemisphere language cortex. Leave ACA medial-superior border, PCA occipital and inferomedial temporal territories unshaded in white. Include a clear blue MCA vessel branching from internal carotid into the Sylvian fissure and accurate labels: Middle cerebral artery (MCA), lateral frontal cortex, lateral parietal cortex, superior temporal cortex, insula, motor and sensory face/upper limb, Broca area, Wernicke area, optic radiations, lenticulostriate arteries, basal ganglia, internal capsule. Add a small concise branch list: M1, M2, M3, M4. White background, sharp textbook-style vector diagram, black readable labels, suitable for medical exam notes and printing.

Generating Image

Detailed clean educational anatomy diagram showing the cortical territory supplied by the Posterior Cerebral Artery (PCA), isolated as one standalone image. Show two views of the left cerebral hemisphere within the same standalone image: medial view and inferior view. Shade only the PCA territory in pale orange: medial occipital lobe including primary visual cortex around calcarine sulcus, inferomedial temporal lobe including hippocampal and parahippocampal region, splenium region, posterior thalamus, and midbrain supply. Leave ACA and MCA territories white. Include a clear orange PCA vessel arising from the basilar artery and curving around the midbrain. Accurate labels: Posterior cerebral artery (PCA), calcarine artery, parieto-occipital artery, temporal branches, occipital cortex, primary visual cortex, cuneus, lingual gyrus, inferomedial temporal cortex, hippocampus, thalamus, midbrain, splenium. Add small concise branch labels: P1, P2, posterior choroidal arteries, thalamoperforating arteries. White background, sharp textbook-style vector diagram, black readable labels, suitable for medical exam notes and printing.

I interpreted “Osterior” as posterior cerebral artery (PCA).

Middle cerebral artery (MCA) supply

MCA territory diagram
  • Cortical territory: most of the lateral surface of the frontal, parietal, and temporal lobes, plus the insula.
  • Functional cortex included: motor and sensory cortex for face and upper limb, frontal eye field, and, in the dominant hemisphere, Broca and Wernicke language areas.
  • Deep territory: lenticulostriate branches supply parts of the basal ganglia and internal capsule.
  • Important branches: M1 segment with lenticulostriates, then M2 insular, M3 opercular, and M4 cortical branches.
  • The MCA is the large terminal branch of the internal carotid artery and travels in the lateral (Sylvian) fissure. See the NCBI MCA anatomy review.

Posterior cerebral artery (PCA) supply

PCA territory diagram
  • Cortical territory: medial occipital lobe, including the primary visual cortex around the calcarine sulcus; inferomedial temporal lobe.
  • Structures included: cuneus, lingual gyrus, hippocampal/parahippocampal region, splenium-related posterior callosal region.
  • Deep territory: thalamus, posterior choroidal structures, and midbrain through perforating branches.
  • Important branches: P1 and P2 segments, thalamoperforating branches, posterior choroidal arteries, calcarine artery, parieto-occipital artery, and temporal branches.
  • PCA cortical branches supply the inferomedial temporal and medial occipital regions, including visual Brodmann areas.
This is a shared conversation. Sign in to Orris to start your own chat.