Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8837371
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:42:24+00:00 2026-06-14T09:42:24+00:00

I have created one sample application.For capture image using camera.It is working fine.After capture

  • 0

I have created one sample application.For capture image using camera.It is working fine.After capture iam saving image in sdcard . My image saving with 160×120 size i want increase this size. How can i save with custom size.my code is,

ByteArrayOutputStream byteStream = new ByteArrayOutputStream();
bitmap.compress(Bitmap.CompressFormat.JPEG, 35, byteStream);

File fStorageDirectory = new File(
Environment.getExternalStorageDirectory(), SDCARD_FOLDER_NAME);

System.out.println("path of----"+fStorageDirectory);

if (!fStorageDirectory.exists())
        fStorageDirectory.mkdirs();

OutputStream outStream = new FileOutputStream("/sdcard/"+ SDCARD_FOLDER_NAME + "/" + IMAGE_NAME); 
outStream.write(byteStream.toByteArray());
outStream.close();

please guide me to do this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:42:25+00:00Added an answer on June 14, 2026 at 9:42 am

    try this inside OnActivityResult

    BitmapFactory.Options bounds = new BitmapFactory.Options();
    bounds.inSampleSize = 4;
    Bitmap myImage = BitmapFactory.decodeFile(SD_CARD_TEMP_DIR,bounds);
    ByteArrayOutputStream bos = new ByteArrayOutputStream();
    myImage.compress(CompressFormat.PNG, 100, bos);
    bitmapdata = bos.toByteArray();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using eclipse 3.6. I created one sample plugin application. It is neither
I have created one sample application , based on UIWebview sample and i added
I have created one GWT sample project for Web Application. I have also created
i am working on one application in which i have created one table view
I have created a sample web application using jQuery Mobile. I have created two
I am working on Email client application. I have written one sample program for
Using xlwDotNet, I have created a simple function which returns one number. Sometimes, something
I have created one service in my grails application. in that service 25 methods
i have created one image but problem is that when i save image from
I have created one multiplication of complex function using prototype in java-script function ComplexNumber(real,imaginary)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.