Questions tagged [magnify]

59 questions
1
vote
0 answers

Image zoom/magnify using javascript plugin, in django framework

I have a hard time incorporating a magnifying javascript plugin feature. Basically, I was able to run this plugin on a static html template with static images. but I can't seem to run it at all on my django built website. …
h.pylori
  • 53
  • 5
1
vote
0 answers

Magify effect with fabric js

Is there is any way to magnify fabric js canvas objects magnify? I have tried with help of so many examples but mostly magnify the image only, i need to magnify any objects present in canvas like rect, circle, text, image
Ar123
  • 73
  • 6
1
vote
0 answers

Swift: how does this MagnifyingGlassView class works?

Searching here in SO and in GitHub I found the following Swift class which acts a magnifer to magnify a portion of the UIView around a point where the user touches the screen. Here's the code I found: // // MagnifyingGlassView.swift // // Created…
SagittariusA
  • 5,289
  • 15
  • 73
  • 127
1
vote
1 answer

Magnifing glass in WPF

How can I create a non-circular magnifying glass in WPF? This has to work on controls not just an image. Every example I find online is either circular only or only works on images. For example I have a slider, and I'd like to turn the thumb into a…
Chris
  • 26,744
  • 48
  • 193
  • 345
1
vote
2 answers

Create an effect of magnifying glass for a picturebox

I would like to know how to create an effect of a magnifying glass for a picturebox. Not zooming the picturebox but magnifying a part of the the image in the PictureBox control (circle or rectangle) and setting the size of the glass and the…
John Doe
  • 9,843
  • 13
  • 42
  • 73
1
vote
1 answer

Magnifying glass javascript glitching when used with image veiwer

here is a link to the site I'll be referring to: http://ellen-paul.com/interiorpage3_new3.html So I have a simple javascript image viewer which consists of one main image (#largeimage) and a set of thumbnails. When you click a thumbnail the main…
1
vote
0 answers

zoom:140% magnify all element but svg element in safari

I use raphael.js for drawing ,I add image in page by: paper = Raphael("manipulate-canvas",0,0, 640, 480) paper.image("assets/irm.jpg", 0, 0, 640, 480) when I injected stylesheet in safari ,the stylesheet contain css body {zoom: 140%}, all…
xuxiaoxiao
  • 21
  • 4
1
vote
2 answers

A deep zoom script that'll allow enlarging of an image but with a "magnifying glass" interface

I'm looking for a tile-based zoom script that'll allow enlarging of an image but with a "magnifying glass" interface. By "magnifying glass" interface, I mean something like Wadda where a user can click on a certain part of an image and have the…
Atlas2k
  • 381
  • 2
  • 13
1
vote
1 answer

Cocos2D magnification - making the code dynamic and using an image

I have found the following code and I need help with editing it. I am not really familiar with texture rendering. First of all, init method takes a rect and magnifies only that area? How can I make it more dynamic and magnify only whatever is…
user1526474
  • 925
  • 13
  • 26
1
vote
1 answer

How to magnify an image while mousedown and mousemove and release when mouseup

Basicly i wanted to create a magnifying glass effect on my image while i move my mouse and hold left-mouse-button. But it acts like im dragging the picture. I used this magnifying example It works perfectly when i use mousemove or mousedown action…
Berker Yüceer
  • 7,026
  • 18
  • 68
  • 102
1
vote
1 answer

Magnify a specific area of the screen

I am working on making a loupe tool using C#. Much like this one: http://colorsnapper.com I have searched all over Google for a way to zoom in on a predefined area of the screen, enough to view each individual pixel. To be more specific, I want my…
tentmaking
  • 2,076
  • 4
  • 30
  • 53
0
votes
1 answer

Text Magnifying glass for iOS device

Hi was wondering if anyone knows how to make a magnifying glass effect for text on the iPhone. There are so many JavaScript examples online for how to do this for images and there are even a few that are designed for text, however none of these work…
Roksalt
  • 481
  • 6
  • 19
0
votes
0 answers

react-image-magnify doesn't work properly when zooming when mixed with Tailwind

I am using Tailwind and react-image-magnify, and the image zoom is not working correctly. And when I don't use Tailwind, it works properly. Attached are screenshots of the correct and incorrect behavior. Correct (Without using Tailwind):…
0
votes
0 answers

how to change the side of the zoom/lens using react-image-magnify? react/next js

The library is working well but I couldn't find a way to change the side where the zoom/lens appears when hovering on the image. It always appears on the right side. I tried having a container with 100% width and flex-box moving the…
Neto C
  • 1
  • 1
0
votes
0 answers

how to set fixed height in reactimagemagnify

Currently I am using reactimagemagnify library in my next js project. But can't set specific height. I'm getting unexpected behavior when I'm going to set a specific height. Entering the cursor on a small image gives a blank space below the image …