Docs.rs
  • rvimage-0.4.4
    • rvimage 0.4.4
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • bertiqwerty
    • Dependencies
      • azure_storage ^0.20.0 normal optional
      • azure_storage_blobs ^0.20.0 normal optional
      • backtrace ^0.3.71 normal
      • conv ^0.3.3 normal
      • dirs ^5.0.1 normal
      • edit ^0.1.5 normal
      • eframe ^0.27.2 normal
      • egui ^0.27.2 normal
      • exmex ^0.19.0 normal
      • futures ^0.3 normal optional
      • httparse ~1.8 normal
      • image ^0.25.0 normal
      • imageproc ~0.24 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4 normal
      • percent-encoding ^2.3.1 normal
      • rand ^0.8.5 normal
      • regex ^1.10.4 normal
      • reqwest ^0.12.2 normal
      • rfd ^0.14.0 normal
      • rusttype ^0.9.3 normal
      • rvimage-domain ^0.4.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • ssh2 ^0.9 normal
      • tokio ^1.36.0 normal optional
      • toml ^0.8.8 normal
      • tracing ^0.1 normal
      • tracing-appender ^0.2 normal
      • tracing-subscriber ^0.3 normal
      • uuid ^1.6.1 normal
      • walkdir ^2.5 normal
      • zip ^1.1.2 normal
    • Versions
    • 1.33% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rvlib0.4.4

  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Settings

Crate rvlib

source ·

Re-exports§

  • pub use cfg::read_darkmode;
  • pub use main_loop::MainEventLoop;
  • pub use file_util::get_test_folder;

Modules§

  • cfg
  • control
  • file_util
  • history
  • httpserver
  • image_util
  • main_loop
  • menu
  • result
  • tools
  • tracing_setup
  • world

Macros§

  • annotations_accessor
  • annotations_accessor_mut
  • apply_tool_method_mut
  • defer
  • defer_file_removal
  • defer_folder_removal
  • implement_annotations_getters
  • make_tool_transform
  • p_to_rv
  • tools_data_accessors
  • tools_data_accessors_objects

Structs§

  • BboxAnnotation
  • BrushAnnotation
  • BrushLine
  • Events
  • Line
  • Polygon
  • Stroke
  • UpdateView

Enums§

  • Annotation
  • Event
  • GeoFig
  • KeyCode

Traits§

  • InstanceAnnotate

Functions§

  • bresenham_iter
  • color_with_intensity
  • orig_2_view
  • orig_pos_2_view_pos
    Converts the position of a pixel in the view to the coordinates of the original image
  • project_on_bb
  • scale_coord
    Scales a coordinate from an axis of size_from to an axis of size_to
  • view_pos_2_orig_pos
    Converts the position of a pixel in the view to the coordinates of the original image

Type Aliases§

  • BbI
  • ImageU8
  • ShapeI
  • UpdateImage
  • UpdatePermAnnos
  • UpdateTmpAnno
  • UpdateZoomBox