Search found 8 matches
- 2017-12-30T16:29:59-07:00
- Forum: Users
- Topic: Stitch several images that partially overlap into one
- Replies: 7
- Views: 10100
Re: Stitch several images that partially overlap into one
Knowing how much each image has to be translated, these commands are the deal: Update IM Examples Layering, Append with Overlap http://www.imagemagick.org/Usage/layers/#append_overlap Give it a couple of hours to update. However I would point out that a calculated FX solution while 'not as simple ...
- 2017-12-24T07:36:06-07:00
- Forum: Users
- Topic: Stitch several images that partially overlap into one
- Replies: 7
- Views: 10100
Re: Stitch several images that partially overlap into one
Ok thank you all. Finally solved the issue with OpenCV. It has a High level stitching API (Stitcher class) called cv::Stitcher , which is perfect for my needs. There are several things to keep in mind though about this and other software you recommended: - FFmpeg is mainly for video manipulation so ...
- 2017-12-22T03:09:03-07:00
- Forum: Users
- Topic: Stitch several images that partially overlap into one
- Replies: 7
- Views: 10100
Re: Stitch several images that partially overlap into one
Of course the partial images would be in a lossless format like BMP or PNG, otherwise it would not be a 100% match.
- 2017-12-22T03:01:37-07:00
- Forum: Users
- Topic: Stitch several images that partially overlap into one
- Replies: 7
- Views: 10100
Re: Stitch several images that partially overlap into one
Your problem has no unique solution, of course. For example, the images could overlap so the right-side of the first image (which is white) matches any white area on the left of the second image. If we specify that overlaps must happen, and in the content where it is distinguishable, the first ...
- 2017-12-22T01:48:48-07:00
- Forum: Users
- Topic: Stitch several images that partially overlap into one
- Replies: 7
- Views: 10100
Stitch several images that partially overlap into one
I have several pictures which partially overlap, and I want to get the bigger one, with auto-align and auto-blend, like Adobe Auto-Blend Layers: https://helpx.adobe.com/photoshop/using/combine-images-auto-blend-layers.html Example source images: http://i65.tinypic.com/34hf56x.jpg http://i68.tinypic ...
- 2017-04-17T06:44:43-07:00
- Forum: Developers
- Topic: Add support for android's VectorDrawable xml format
- Replies: 5
- Views: 25195
Re: Add support for android's VectorDrawable xml format
More information: Vector Images Come to Android: What Devs Need to Know AppCompat — Age of the vectors Vector Graphics in Android: Converting SVG to VectorDrawable Having a look at Androids VectorDrawable This web application converts SVG to VectorDrawable, you just need to support both formats: ...
- 2016-12-20T12:26:36-07:00
- Forum: Developers
- Topic: Add support for android's VectorDrawable xml format
- Replies: 5
- Views: 25195
Re: Add support for android's VectorDrawable xml format
Thanks I posted on bugs since there's no request feature subforum.
- 2016-12-20T11:18:58-07:00
- Forum: Developers
- Topic: Add support for android's VectorDrawable xml format
- Replies: 5
- Views: 25195
Add support for android's VectorDrawable xml format
You need to decompile the apk using "APK Easy Tool" or similar. The attached file belongs to: Android application: package:/system/priv-app/LGSystemUI/LGSystemUI.apk=com.android.systemui Resource file inside the apk once decompiled: res/drawable-nodpi-v4/icon.xml More information: https://developer ...