Questions tagged [touchimageview]

Extends Android ImageView to include pinch zooming, panning, fling and double tap zoom.

TouchImageView.java by Michael Ortiz

Adds panning, pinch zoom, double tap zoom, and fling to Android ImageView.

74 questions
0
votes
1 answer

loading large images without sub sampling android

in my application i have to load an image with high resolution example(1500*1500). i am using touchimageview library to acheive move,double tap zoom,pinch zoom functions. when i want to load the image from my local resource…
Dinesh Kannan
  • 1,255
  • 13
  • 32
0
votes
4 answers

android ImageView adjustViewBounds not working. Whitespace

I have this problem that when I run application I get undesired white space on top of and below my image views. I have tried to use adjustViewBounds and different scale types, the thing is I want to keep my pictures, exactly as they are, but just…
fluffow
  • 35
  • 1
  • 10
0
votes
1 answer

Android TouchImageView Scale Type Center Crop

Im using the TouchImageView with scale type patch but when i try to use the method getOriginalZoomedImageSource() the image does not match up to the preview does anyone know might be wrong or have a working version when using scale type centre…
ricsh
  • 63
  • 8
0
votes
2 answers

Disabling Vertical View Pager when image is zoomed inTouchImageView

I am using VerticalViewPagerand TouchImageView for image zoom in/out. When i zoom in on the image and try to drag the image down (to view the bottom part of image) the view pager swipes to second image. Any help would be appreciate. I need to…
AAA DDE
  • 27
  • 10
0
votes
2 answers

Reset TouchImageView zoom in ViewPager

I have activity for fullscreen browsing of images (something like gallery). In this activity I have ViewPager with offscreen limit 6. I use TouchImageView for my images. The problem is, that when I first zoom image and swipe to another photo, I want…
0
votes
1 answer

Android TouchImageView align to end or start of layout

we are using the TouchImageView (https://github.com/MikeOrtiz/TouchImageView) in a layout where 2 images are shown on the screen, each on a layout that takes half the screen. Since the FIT_START and FIT_END scale types haven't been implemented in…
0
votes
1 answer

ImageView not showing image initially

I have GridView which displays few images and a ViewPager integrated with TouchImageView. It seems to be working fine except for one scenario. When you click on any GridView's thumbnail image to initiate the ViewPager, the response.getBitMap is…
0
votes
0 answers

How to set diffrent image in TouchImageView

I am using mike/ortiz TouchImageView class for zooming the image.In the xml i have used the image like this
TechChain
  • 8,404
  • 29
  • 103
  • 228
0
votes
1 answer

Android: Square TouchImageView?

I'm currently using the library TouchImageView here: https://github.com/MikeOrtiz/TouchImageView This works perfectly fine when I fill the entire phone's screen with the TouchImageView, but how would I constrain the visible area to a square? I've…
David Xu
  • 5,555
  • 3
  • 28
  • 50
0
votes
1 answer

TouchImageView is not working for ViewPager

I want to implement pinch zoom effect on an imageView inside a ViewPager. I get the code of how to zoom an image. but when i implement that code inside a ViewPage it didnt work. I have used TouchImageView Class its not working. I have google it for…
Make it Simple
  • 1,832
  • 5
  • 32
  • 57
0
votes
1 answer

Failed to Execute ZoomIn and Zoomout efficiently using MikeOrtiz TouchImageView in Android?

i am newbie in android.Here is the already asked question in SO Scrolling and zoomin and Zoomout Issue now this issue resolved.This is the latest version of File Latest Version with zoom and scrolling but every time i am getting this error of …
user3233280
  • 279
  • 2
  • 7
  • 21
0
votes
1 answer

Weird Zoom Behavior Using TouchImageView with Specific Phone

Not sure what is going on here but I have implemented the Zoom features on an image-gallery in a ViewPager, ImagePagerAdapter using TouchImageView. On all my other phones and tablets the code works perfect, for zooming and page flipping. On 3 of…
-1
votes
1 answer

Want to map zoomed image coordinates with actual image coordinates in android imageview

I am currently using this gitup touchimageview https://github.com/MikeOrtiz/TouchImageView library.... After zoom,based on the zoom percentage I want to map the longpress coordinates to original image coordinates. Any help will be appreciated
-2
votes
1 answer

TouchImageView doesn't show animated gif

I am using Glide to load animated gif images to ImageView: Glide.with(this).load(gifUrl).into(imageView) This works fine except when I use TouchImageView , the TouchImageView shows only a static image, no animation. Any solution to this?
AIMIN PAN
  • 1,563
  • 1
  • 9
  • 13
1 2 3 4
5