How to open .JHC files on iOS

To open .JHC files on iOS, iOS typically won’t preview .JHC directly; transfer the file to a desktop system and decode/convert it with HTJ2K-capable tools (for example, OpenJPEG tools) to a standard image format.

Step-by-step instructions

  1. iOS typically won’t preview .JHC directly; transfer the file to a desktop system and decode/convert it with HTJ2K-capable tools (for example, OpenJPEG tools) to a standard image format.

Common issues

The file opens as “unknown format” in image viewers

Many default photo apps do not support HTJ2K codestream files (.jhc), even if they support some JPEG 2000 variants.

  1. Use an HTJ2K-capable decoder/converter (for example, OpenJPEG tooling that supports .jhc codestream input) to convert to PNG/TIFF/JPEG.
  2. If you expected a boxed HTJ2K file, check whether you were meant to receive a .jph file instead of a .jhc codestream.

Conversion fails or produces a corrupted image

The .jhc file may be incomplete, truncated, or not actually an HTJ2K codestream (for example, mislabeled content).

  1. Re-download or re-transfer the file (binary mode) and confirm the sender/source exported an HTJ2K codestream.
  2. Try decoding with a different HTJ2K-capable implementation (for example, compare OpenJPEG tooling vs. OpenHTJ2K-based decoding) to rule out tool/version limitations.

Confusion between .JHC and .JPH

.JHC commonly represents an HTJ2K codestream, while .JPH is used for the HTJ2K file form; some tools treat them differently.

  1. If your tool expects a .jph file, obtain the boxed form (.jph) or use a tool that explicitly accepts .jhc codestream input.
  2. Do not “fix” this by renaming extensions; instead, re-export or properly wrap/convert using HTJ2K-aware tooling.

Security note

.JHC is an image codestream and typically does not carry scripts or macros, but malformed or maliciously crafted image codestreams can exploit vulnerabilities in decoders—prefer well-maintained HTJ2K/JPEG 2000 libraries and keep them updated.

Back to .JHC extension page