Tagged Questions

Internet Printing Protocol _OR_ Intel Integrated Performance Primitives

learn more… | top users | synonyms

5
votes
7answers
1k views

How do I get rid of LD_LIBRARY_PATH at run-time?

I am building a C++ application that uses Intel's IPP library. This library is installed by default in /opt and requires you to set LD_LIBRARY_PATH both for compiling and for running your software (if ...
5
votes
5answers
2k views

Converting an FFT to a spectogram

I have an audio file and I am iterating through the file and taking 512 samples at each step and then passing them through an FFT. I have the data out as a block 514 floats long (Using IPP's ...
3
votes
0answers
26 views

Recommendations on how to evaluate openCV with Intel's Integrated Performance Primitives?

We have a fair amount of openCV code, and we plan on investigating Intel's IPP, and seeing what kind of speed ups we can achieve in our application. We're a windows shop, and am interested in any war ...
2
votes
1answer
451 views

Can/should libiomp5 and libgomp mix?

We are compiling an application that uses OpenMP. We are using gcc 4.4, with -fopenmp. The app also uses IPP, which includes its own version of OpenMP (libiomp5). (Note: we are disabling IPP's ...
2
votes
2answers
252 views

IPP linker errors on cygwin

I've built a program that uses mkl and ipp that runs on mac and linux. I'm now building that program for Windows using cygwin and gcc, and can't get it to link. The errors I'm getting are: ...
2
votes
3answers
4k views

Print to specific printer (IPP URI) in Java

Is there any way in Java to print to a specific IPP printer? All of the sample code and tutorials I've found focus on how to print a particular type of document, using something like the following: ...
2
votes
1answer
516 views

What is the simplest way to print to a remote IPP/CUPS server or printer?

I have a postscript file and want it to be printed on a IPP capable device (or CUPS server). What is the minimal code and dependencies I could get away with to do that. Using LPR or libcups gives me ...
2
votes
1answer
657 views

How to make jpeg compression with lowest CPU usage?

I need to convert raw image data to jpeg. But I don't need anything special in terms of best quality, or minumum size etc. Only thing I need is minumum CPU usage. I am new to jpeg compression. Can ...
1
vote
2answers
77 views

Reverse “jpeg” compression algorithm?

I have to write a tool that manages very large data sets (well, large for an ordinary workstations). I need basically something that works the opposite that the jpeg format. I need the dataset to be ...
1
vote
1answer
37 views

Intel Performance Primitive IPP installation

I have installed Intel IPP on my machine, I followed specific steps where you can find it here : ...
1
vote
1answer
103 views

How to use ipp(Internet Printing Protocol) with HTTP to print file in android?

I want to print file from android application.For the same , after searching on google,I found some useful information that i will have to use IPP (Internet Printing Protocol) with HTTP. And I am new ...
1
vote
0answers
16 views

Relating Entires from QBSDK to IPP?

We're currently using the Windows QBSDK to interact with QuickBooks. We're evaluating IPP going forward. However, the QBSDK uses ListID's / TransactionID's to identify objects and IPP uses a different ...
1
vote
0answers
344 views

Problems linking to IPP libs on 64-bit Linux

I am statically linking to the ipp, umc & uic libraries. I am using IPP 6.1.6.063 and have downloaded the 6.1 sample code. I am using g++. I can build my own shared object that statically links ...
1
vote
0answers
100 views

Easy way to extract print job payload from IPP packets

Is there any tool existing or any shortcut that can be used to extract print job payload from IPP packets(captured via wireshark utility)? Write now I'm manually inspecting/dissecting the packets ...
1
vote
2answers
207 views

How to check if newer version of Intel IPP is available?

In order to check for newer version, one has to know the current version the program is running with and the latest version available for download. The current version can be seen from the install ...
1
vote
2answers
331 views

IPP and DEV C++

Hi i use DEV C++ compiler in windows xp sp2 and recently i downloaded the IPP libraries. I installed successfully , i set up the compiler directories from option menu to IPP directories but when i try ...
1
vote
2answers
454 views

Problem with libraries using winsock.h

I have a project that uses Boost.Asio and the Media-Decoding-Samples that come with the Intel IPP-Library. The problem is the following. If I compile the project without defining WIN32_LEAN_AND_MEAN, ...
1
vote
3answers
541 views

High performance comparison of signed int arrays (using Intel IPP library)

We're trying to compare two equally sized native arrays of signed int values using inequality operations, <, <=, > and >=, in a high performance way. As many values are compared, the true/false ...
1
vote
4answers
451 views

Why is iplRotate() not giving me correct results?

sigh I'm sorry to say that I'm using Intel IPL (Image Processing Library) in some image processing code I'm working on. This is the tale of my struggle with getting my images to rotate correctly. I ...
0
votes
0answers
70 views

why ipp based printer is not detected in android

I have one printer HP deskjet 3050 connected with my local wifi network.Now i want to connect this printer from my android application and print doc from this printer.I found that ipp (Internet ...
0
votes
1answer
48 views

Does IPP work on Windows Azure?

Supposing one were to compile a native dll using IPP (Intel Performance Primitives), and deploy it to Azure using a managed wrapper, would the performance gains from IPP be realized?
0
votes
0answers
45 views

How to use PHP::PRINT::IPP on a windows pc with localhost provided by XAMPP?

I saw their documentation here: http://www.nongnu.org/phpprintipp/tiny_usage but I still cannot get it to work. since I'm new to this I'd like a simple approach in plain English what I have to do.
0
votes
0answers
71 views

How To IPP Printing using ASP.NET or JavaScript?

I need a button ,using Classic ASP or Javascript, to print whithout dialog box. Sending a text or a document to a print-server by IPP ( dell 1815dn - IPP url : http://192.168.X.X:631/ ). Anybody knows ...
0
votes
1answer
99 views

Does intuit's IPP API have two-way authentication?

I have been reading through Intuit's new IPP Federated App documentation. I am trying to create a way for users, that are Quickbooks online members, to log-in to quickbooks inside my external web ...
0
votes
0answers
78 views

IPP Printing using ASP.NET

We have a requirement where we have to do label printing from printers located at remote site not the part of local LAN. So we are using Microsoft IPP printing on IIS. But unable to figure out how ...
0
votes
0answers
79 views

CUPS via IPP replaces some characters with blocks/squares

This might be one for ServerFault, but anyway..... I have a feature which sends PDF from a PHP application using IPP to a printer. This works fine with one of our printers (a Ricoh MP C2550), but we ...
0
votes
0answers
255 views

PDF Prints as Raw Text When Using IPP to CUPS Server from Solaris [closed]

I have created an Ubuntu CUPS server, and when I print PDFs from the command line of that machine they print correctly, but when I use lp or lpr from the Solaris command line to the same printer and ...
0
votes
1answer
581 views

Is PrinterUri attribute ignored by Java PrintService?

I'm using the following code in order to send a print job to a specific printer: PrintServiceAttributeSet aset = new HashPrintServiceAttributeSet(); try { aset.add(new PrinterURI(new ...
0
votes
2answers
223 views

Linear gradient with IPP functions

I would like to create linear gradient using IPP (Integrated Performance Primitives) functions and avoid pixel-by-pixel color manipulation. In other words, I can't find appropriate function or ...
0
votes
2answers
450 views

How to create IPP (Intel Performace primitives) C++ wrapper functions?

IPP is a C library, with hundreds of functions like this: IppStatus ippiTranspose_8u_C1R(const Ipp8u* pSrc, int srcStep, Ipp8u* pDst, int dstStep, ...
0
votes
1answer
175 views

Options for storing metadata about CUPS print jobs?

I'm writing a print system that puts a simplified interface on top of CUPS. Users drop jobs into one queue, the system processes them in various ways (statistics, page quotas, etc.), and then offers ...
0
votes
2answers
503 views

Intel Performance Primitive (IPP) runtime error

I have source code that was not written by me, and I cannot contact the author. It is written in C++ and requires libjpeg, boost, and the Intel Performance Primitives. Compilation was a chore, but ...
-1
votes
2answers
135 views

programming education tree

I was wondering, is there a some kind of infographic or tutorial out there that describes the various branching of programming education? Let me provide an example: I'd like to create a camera ...