Top "Decoding" questions

Decoding is the reverse of encoding.

TypeError: decoding str is not supported

Im trying to make a attribute characteristic randomiser for my nephews board game and I'm trying to write the attributes …

python string typeerror decoding notsupportedexception
Base64 Encoding: Illegal base64 character 3c

I am trying to decode data in an xml format into bytes base64 and I am having an issues. My …

java encoding utf-8 base64 decoding
Decode some injected Javascript?

I had the following injected into the footer of a site of mine and, in an effort of solving the …

javascript decoding
How to get h264 video info?

How can I get specific h264 video information from video file? I need to know profile (Baseline/Main/High) and …

video ffmpeg h.264 decoding x264
Decode gzipped web page retrieved via cURL in PHP

I'm retrieving a gzipped web page via curl, but when I output the retrieved content to the browser I just …

php encoding gzip decoding
Convert hex to ascii characters

Is it possible to represent a sequence of hex characters (0-9A-F) with a sequence of 0-9a-zA-Z characters, so …

php encoding decoding
Request returns bytes and I'm failing to decode them

Essentially I made a request to a website and got a byte response back: b'[{"geonameId:"703448"}..........'. I'm confused because …

python json byte python-requests decoding
How to display Bitmap Image in Android

I am making an application in which i am getting an Mjpg Images from Live IP Camera in Android. The …

android image decoding
Android how to scale an image with BitmapFactory Options

I want to decode an image from the SD card with BitmapFactory.decodeFile(path, options). I also want images that …

android bitmap decode decoding bitmapfactory
Android byte[] to image in Camera.onPreviewFrame

When trying to convert the byte[] of Camera.onPreviewFrame to Bitamp using BitmapFactory.decodeByteArray gives me an error SkImageDecoder::Factory …

android image byte decoding