Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations

A Reddit user reports that Claude Code's read tool silently downscales images before passing them to the model. When the user sent 4.7 retina screenshots to Claude Opus 4.7 via Claude Code and asked it to extract text from them, the model returned a vague summary saying it "couldn't fully read every value." The text was clearly readable on the user's monitor at full resolution.
Upon investigation, the user discovered that the read tool downscales images before the model processes them. The model sees a degraded copy, not the original screenshot. The tool returns results that are indistinguishable from reading a text file — no warning is given that the image has been resampled. This means developers relying on Claude Code to extract UI text, error messages, or other on-screen content from screenshots may be getting confident but inaccurate answers based on blurry inputs.
The user expressed concern that many previous screenshot-based interactions may have produced hallucinations as a result. The post has generated significant discussion in the r/ClaudeAI community.
📖 Read the full source: r/ClaudeAI
👀 See Also

Tastebud Memory: Reversible Agent Memory via Hyperdimensional Computing Vectors
Hyperdimensional computing replaces vector search for complete recall: list ALL days touching a project, detect unnamed workstreams, and decompose daily logs losslessly via dot products.

X-MCP 2.0: MCP Server for X/Twitter API Access from Claude
X-MCP 2.0 is an MCP server that connects Claude Desktop and Claude Code to the X/Twitter API v2 with OAuth 2.0 PKCE authentication, providing 10 tools for posting tweets, searching, getting timelines, liking, retweeting, replying, and viewing profiles.

codebase-md: Tool auto-generates CLAUDE.md with git hook maintenance
codebase-md v0.1.0 scans projects to generate CLAUDE.md files with architecture detection, dependency health checks, and git insights. It includes git hooks to keep documentation fresh and supports other AI coding tools with additional config files.

Claude Review: IntelliJ Plugin for Real-Time Code Review with Claude Code
Claude Review is an open-source IntelliJ plugin that automatically reviews code changes on every file save using Claude Code. It sends unstaged git diffs to Claude with customizable prompts and displays findings as native IntelliJ annotations.