Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android): backgroundColor property in imageAsResized #365

Open
wants to merge 2 commits into
base: stable
Choose a base branch
from

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Nov 26, 2024

In case you want to resize a PNG in order to save it as a JPG file. Currently it will be black when you save it. This allows you to set a custom color as a background:

	row.addEventListener('click', () => {
			const options = {
				width: 320,
				height: 320,
				backgroundColor: "red"
			};
			showImageWindowFor(ImageFactory.imageAsResized(sourceBlob, options));

(example/app.js)

ti.imagefactory-android-5.1.1.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant