MCPcopy Index your code
hub / github.com/AllenDang/img_maniac

github.com/AllenDang/img_maniac @v0.5.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.5.0 ↗ · + Follow
17 symbols 20 edges 8 files 0 documented · 0% updated 16mo ago★ 1242 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

img_maniac

A cross-platform image (texture) viewer

screenshot

demo

Features

  • Drag and drop images: Users can easily add as many images as they want to the main window by simply dragging and dropping them.
  • RGBA channel switching: With the press of a number key (1-4), users can switch between the RGBA channels of all the images they have loaded.
  • Wide range of image formats supported: Img Maniac supports a variety of image formats
  • avif
  • basis
  • bmp
  • dds
  • exr
  • hdr
  • jpeg
  • ktx2
  • png
  • tga
  • tiff
  • Cross-platform compatibility: Img Maniac is designed to work seamlessly on multiple operating systems, including macOS, Linux, and Windows.
  • User-friendly interface: The tool has an intuitive and user-friendly interface that makes it easy for users to manipulate their images.
  • Command line invocation: invoke img_maniac ./a.png ./b.bmp ./c.dds and fd -tf ".png" . | xargs path_to_img_maniac

Core symbols most depended-on inside this repo

is_supported_format
called by 3
src/systems/file_drop.rs
get_files_recursive
called by 1
src/systems/file_drop.rs
main
called by 0
src/main.rs
setup
called by 0
src/main.rs
rearrange_system
called by 0
src/systems/rearrange.rs
cam_zoom_system
called by 0
src/systems/cam_control.rs
cam_move_system
called by 0
src/systems/cam_control.rs
file_drop_system
called by 0
src/systems/file_drop.rs

Shape

Function 12
Class 4
Method 1

Languages

Rust100%

Modules by API surface

src/systems/file_drop.rs4 symbols
src/systems/rearrange.rs3 symbols
src/systems/op.rs3 symbols
src/systems/cam_control.rs3 symbols
src/shader/mat_separate_channel.rs2 symbols
src/main.rs2 symbols

For agents

$ claude mcp add img_maniac \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact