[Android] How to measure face shape from your app using Face Shape Meter.

Android, Face Shape, Face Shape Meter, Fashion
Face Shape Meter updated with new ability to export face shape result . If you have the app installed on your device, you can check face shape on a picture by calling Face Shape Meter from you application and get result back to your app after measurements. The result is returned as JSON string (see code example below).How to call from your application:Intent intent = new Intent("com.vistechprojects.faceshapemeterpro.action.MEASURE_FACE");intent.setDataAndType(IMAGE_SOURCE_URI, "image/*"); // comment this line if you don't pass image uristartActivityForResult(intent, REQUEST_CODE); // replace REQUEST_CODE with your constantExample how to get results:protected void onActivityResult(int requestCode, int resultCode, Intent data) {...if (resultCode == RESULT_OK && requestCode == REQUEST_CODE){ JSONObject json = new JSONObject(data.getStringExtra("FSM_OUTPUT_JSON")); ...}...}JSON returned from Face Shape Meter: {"APP_RESULTS":{"face shape":"Heart"}}
Read More

What is my face shape? Face Shape Meter app released for Android.

Android, Android Apps, Face Shape Meter, Measure Face Shape, What Is My Face Shape
Face Shape Meter, a simple and easy tool for detecting your face shape from a picture, has been released on Android OS and available on Google Play. This app will help you to find out your face shape quickly, without using any additional measurement tools and techniques. In the app you have options to take picture with front/rear camera or upload face picture from a gallery. For accurate contour adjustment you can zoom in picture as shown on the screenshot above. Zooming and dragging of the face contour, and also Undo/Redo and Reset actions make face outlining easy and quick. Also you have an option to share a screenshot with your face shape result.The app released as  free app with ability to upgrade to full version. In the free version you will…
Read More

[iOS] Face Shape Meter app updated with share option.

Face Shape Meter, iOS, Lifestyle, What Is My Face Shape
Face Shape Meter  has been updated with new features and improvements based on users feedback - version 1.0.6 is available on the App Store.Now the app includes short guide with instructions how to outline your face properly. Also share button at the bottom right corner of the "Your Face Shape" view will allows you to share the screenshot with your results via e-mail or other suitable apps.Let us know if you have improvement suggestions or feature requests.
Read More

What is my face shape?

Camera Measure, Face Shape Meter, Fashion, iOS, iPhone, Lifestyle, Measure Face Shape
Have you ever had a question "What is my face shape"? Here is the answer...Face Shape Meter, a simple and easy tool for identifying your face shape from your picture, has been recently published on the App Store. This app will help you to find out your face shape quickly, without using any additional measurement tools and techniques.Knowing your face shape can be useful in many different areas. For example, you would need to know your shape of face for finding “the right” haircut or hairstyle, sun glasses that fit you well, the best makeup for your face, or even wig or hat that suits you best.How it works: make or upload pictureoutline / measure your face with special contour as shown on screenshotspress Show Face Shape button and see the result Tips:For best result use a…
Read More