{"id":17224151,"url":"https://github.com/devnied/androidbitmaptransform","last_synced_at":"2025-03-22T18:34:16.427Z","repository":{"id":55925677,"uuid":"9920961","full_name":"devnied/AndroidBitmapTransform","owner":"devnied","description":"AndroidBitmapTransform is an useful library to do Bitmap transformation on Android.","archived":false,"fork":false,"pushed_at":"2019-01-28T14:15:14.000Z","size":276,"stargazers_count":47,"open_issues_count":0,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-18T14:01:48.491Z","etag":null,"topics":["android","bitmaps","library"],"latest_commit_sha":null,"homepage":"https://github.com/devnied/AndroidBitmapTransform","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devnied.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-07T20:29:03.000Z","updated_at":"2024-08-12T19:22:22.000Z","dependencies_parsed_at":"2022-08-15T09:31:35.282Z","dependency_job_id":null,"html_url":"https://github.com/devnied/AndroidBitmapTransform","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnied%2FAndroidBitmapTransform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnied%2FAndroidBitmapTransform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnied%2FAndroidBitmapTransform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnied%2FAndroidBitmapTransform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnied","download_url":"https://codeload.github.com/devnied/AndroidBitmapTransform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245003553,"owners_count":20545631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","bitmaps","library"],"created_at":"2024-10-15T04:10:18.991Z","updated_at":"2025-03-22T18:34:15.912Z","avatar_url":"https://github.com/devnied.png","language":"Java","readme":"AndroidBitmapTransform [![Build Status](https://travis-ci.org/devnied/AndroidBitmapTransform.png?branch=master)](https://travis-ci.org/devnied/AndroidBitmapTransform) [![Android Arsenal](http://img.shields.io/badge/Android%20Arsenal-Android--BitmapTransform-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/3504)\n======================\n\nAndroidBitmapTransform is an useful library to do Bitmap transformation on Android.\u003cbr/\u003e\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.devnied.AndroidBitmapTransform/library/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.github.devnied.AndroidBitmapTransform/library)\n\n##Simple API\n\nIt is very easy to get started with AndroidBitmapTransform:\n\n**Exemple to Multiply two bitmaps**\n\n```java\nImageView view = (ImageView) findViewById(R.id.bitmapResult);\nBitmap bitmap = BitmapTransform.createBitmap(this,R.drawable.dst, R.drawable.src, PorterDuff.Mode.MULTIPLY, true, false);\nview.setImageBitmap(bitmap);\n```\n\n**Exemple to Add two bitmaps**\n\n```java\nImageView view = (ImageView) findViewById(R.id.bitmapResult);\nBitmap bitmap = BitmapTransform.createBitmap(this,R.drawable.dst, R.drawable.src, PorterDuff.Mode.ADD, true, false);\nview.setImageBitmap(bitmap);\n```\n\n**List of PorterDuff modes**\n\n![](https://raw.github.com/devnied/AndroidBitmapTransform/master/%20Xfermodes.png)\n\n## Maven\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.devnied.AndroidBitmapTransform\u003c/groupId\u003e\n  \u003cartifactId\u003elibrary\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Bugs\n\nPlease report bugs and feature requests to the GitHub issue tracker.\u003cbr/\u003e\nForks and Pull Requests are also welcome.\n\n## Author\n\n**Millau Julien**\n\n+ [http://twitter.com/devnied](http://twitter.com/devnied)\n+ [http://github.com/devnied](http://github.com/devnied)\n\n\n## Copyright and license\n\nCopyright 2013 Millau Julien.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this work except in compliance with the License.\nYou may obtain a copy of the License in the LICENSE file, or at:\n\n  [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnied%2Fandroidbitmaptransform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnied%2Fandroidbitmaptransform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnied%2Fandroidbitmaptransform/lists"}