All Projects → ameerpro → TNImageView-Android

ameerpro / TNImageView-Android

Licence: MIT License
Android Library for making scale-able and rotatable image views or giving this power to your own image view. This repo has been depreciated.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to TNImageView-Android

Moveable
Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
Stars: ✭ 6,378 (+35333.33%)
Mutual labels:  scalable, draggable, resizable, rotatable
Vue Moveable
↔️ ↕️ 🔄 Vue.js wrapper for Moveable
Stars: ✭ 792 (+4300%)
Mutual labels:  scalable, draggable, resizable
vue-drr
A Vue2 component for draggable, resizable, rotatable elements
Stars: ✭ 34 (+88.89%)
Mutual labels:  draggable, resizable, rotatable
react-mops
🐶 Modify Orientation Position Size
Stars: ✭ 40 (+122.22%)
Mutual labels:  draggable, resizable, rotatable
vue-drag-resize-rotate
一个Vue组件,支持拖拽,拉伸,旋转,放缩,自动对齐;A Vue component that supports dragging, stretching, rotating, scaling, and auto-alignment;
Stars: ✭ 42 (+133.33%)
Mutual labels:  draggable, resizable, rotatable
Magnify
🖼 A jQuery plugin to view images just like in Windows. Browser support IE7+!
Stars: ✭ 177 (+883.33%)
Mutual labels:  draggable, resizable
React Rnd
🖱 A resizable and draggable component for React.
Stars: ✭ 2,560 (+14122.22%)
Mutual labels:  draggable, resizable
vue-smart-widget
🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
Stars: ✭ 110 (+511.11%)
Mutual labels:  draggable, resizable
Pinchtozoom
Android's ImageView pinch-to-zoom made easy
Stars: ✭ 108 (+500%)
Mutual labels:  imageview, pinch-to-zoom
Vue3 Draggable Resizable
[Vue3 组件] 用于拖拽调整位置和大小的的组件,同时支持冲突检测,元素吸附对齐,实时参考线。
Stars: ✭ 159 (+783.33%)
Mutual labels:  draggable, resizable
Jspanel4
A JavaScript library to create highly configurable floating panels, modals, tooltips, hints/notifiers/alerts or contextmenus for use in backend solutions and other web applications.
Stars: ✭ 217 (+1105.56%)
Mutual labels:  draggable, resizable
Pinchimageview
体验非常好的Android图片手势控件。
Stars: ✭ 1,871 (+10294.44%)
Mutual labels:  imageview, pinch-to-zoom
Vue Draggable Resizable
Vue2 Component for draggable and resizable elements.
Stars: ✭ 2,431 (+13405.56%)
Mutual labels:  draggable, resizable
Photoviewer
🌀 A JS plugin to view images just like in Windows.
Stars: ✭ 203 (+1027.78%)
Mutual labels:  draggable, resizable
Angular Grid Layout
Responsive grid with draggable and resizable items for Angular applications.
Stars: ✭ 163 (+805.56%)
Mutual labels:  draggable, resizable
Zoomlayout
2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
Stars: ✭ 688 (+3722.22%)
Mutual labels:  imageview, pinch-to-zoom
Vue Drag Resize
Vue Component for resize and drag elements
Stars: ✭ 1,007 (+5494.44%)
Mutual labels:  draggable, resizable
Vue Responsive Dash
Responsive, Draggable & Resizable Dashboard (Grid) for Vue
Stars: ✭ 128 (+611.11%)
Mutual labels:  draggable, resizable
Zoomage
A simple pinch-to-zoom ImageView library for Android
Stars: ✭ 211 (+1072.22%)
Mutual labels:  imageview, pinch-to-zoom
react-web-editor
The react-web-editor is a WYSIWYG editor library. you can resize and drag your component. It also has simple rich text editor
Stars: ✭ 191 (+961.11%)
Mutual labels:  draggable, resizable

TNImageView-Android Release Android Arsenal

This Repo is not maintained any more.

Android Library for making scale-able and rotatable image views or giving this power to your own image view

Independent they are :p ------ Independent they are :p

Installing

For a working implementation of this project see the app/ folder.

  1. Add it in your root 'build.gradle' at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Include the following dependency.
compile 'com.github.AmeerHamzaaa:TNImageView-Android:0.1.2'

Usage

  1. In your onCreate method (or onCreateView for a fragment), initialize the TNImageView object:
// Initialize the TNImageView object
TNImageView tnImage = new TNImageView():

// pass your ImageView which you want to make rotatable and scaleable
tnImage.makeRotatableScalable(imageview);

//you can also select if the touched view comes to front or not
tnImage.bringToFrontOnTouch(true);

Remember

Put all your imageviews inside a relativeLayout they will not work with any other layout. We are working on it.

That's all you need to do, but if you want to add a list of ImageViews, then use this function

// add your imageviews to a list and than pass the list to the object it will make all of them rotatable and scalable.
tnImage.addListofImageViews(imageViews);

Please open an issue if you find things, that are missing.

If you think this library is useful, please press star button at upside.


Developed By

Contributions

  • Please, read the README file before opening an issue, thanks.
  • Please, all the Pull Request must be sent to the dev branch, thanks..

License

MIT License

Copyright (c) 2017 Ameer Hamza

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].