Code Monkey home page Code Monkey logo

atimagebox-lazarus's People

Contributors

alexey-t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

atimagebox-lazarus's Issues

Drag Image

Hi Alexey,

I'm using ATImageBox from "Online Package Manager"

When I drag the image and there are no horizontal or vertical scroller, there are strange result.
Is there a possibility to block the dragging of the image
horizontally (when there are no horizontal scroller)
vertically (when there are no vertical scroller)

ATW := ATImageBox .Width;
ATH := ATImageBox .Height;
IW := ATImageBox .ImageWidth;
IH := ATImageBox .ImageHeight;
ZF := ATImageBox .ImageZoom;
IRW := Round( IW * ( ZF / 100.0 ) );
IRH := Round( IH * ( ZF / 100.0 ) );
if ( IRW < ATW ) then no horizontal pan
if ( IRH < ATH ) then no vertical pan

But I don't know if it is possible :)

Thank you anyway for that package.

Not an issue; rather a request: Help with zooming in/out

I'm giving this component a try in a machine learning annotation tool for marking objects in a picture.
It would be nice if the zooming would sort of fix the current mouse position so you would not lose track of the part of the image you are wanting to zoom in.
IrfanView has this feature, and I'd like to reproduce the same behaviour in ATImageBox.
Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.