Top "Format-conversion" questions

Convert XML to JSON (and back) using Javascript

How would you convert from XML to JSON and then back to XML? The following tools work quite well, but …

javascript jquery xml json format-conversion
Convert DD (decimal degrees) to DMS (degrees minutes seconds) in Python?

How do you convert Decimal Degrees to Degrees Minutes Seconds In Python? Is there a Formula already written?

python angle degrees format-conversion unit-conversion
Extract black and white image from android camera's NV21 format

I have done some google-ing around and couldn't find enough information about this format. It is the default format for …

android android-camera rgb format-conversion
How do I convert raw camera data into a Bitmap on Android

I obtain raw camera data rawData of type byte[], format RGBA, size 640x480, 4 bytes per pixel, from a library function. …

android bitmap raw-data format-conversion