Top "Binary-data" questions

Binary-data is information stored using a two character alphabet (typically written using 0 and 1)

best approach to design a rest web service with binary data to be consumed from the browser

I'm developing a json rest web service that will be consumed from a single web page app built with backbone.…

rest backbone.js binary-data restful-architecture
Insert image into xml file using c#

I've looked everywhere for the answer to this question but cant find anything so hoping you guys can help me …

c# xml image binary-data
How to store videos in a PostgreSQL database?

I am storing image files (like jpg, png) in a PostgreSQL database. I found information on how to do that …

database postgresql file-io binary-data
Saving a Uint8Array to a binary file

I am working on a web app that opens binary files and allows them to be edited. This process is …

javascript file-io cross-browser binary-data typed-arrays
How to Embed/Link binary data into a Windows module

So I have a Visual Studio 2008 project which has a large amount of binary data that it is currently referencing. …

c++ windows linker embed binary-data
OpenCV binary adaptive threshold OCR

I need to convert some images to binary for OCR. Here are the functions I am using: Mat binarize(Mat &…

c++ opencv binary-data adaptive-threshold
Reading an InputStream into a Data object

In Swift 3.x, we usually handle binary data using Data; from it you can generate most other important types, and …

swift stream inputstream binary-data
How to read in binary data and cast to unsigned char (C++)

I have a raw image file that is saved in binary data (no encoding). I want to read in the …

c++ binary-data unsigned-char
Are there any Java Frameworks for binary file parsing?

My problem is, that I want to parse binary files of different types with a generic parser which is implemented …

java parsing file-io binary-data
Calculating Binary Data Similarity

I've seen a few questions here related to determining the similarity of files, but they are all linked to a …

comparison binary-data similarity