Hi,
I am capturing a UYVY image, Smoothing it (De-Interlacing), and sending it to jpegenc codec. That works just fine!
Then, I've written some code to use the cups library to send that jpeg to a printer (that supports IPP). OK, that works!
Problem: The printer thinks this is a HUGE image...
I am wondering if there is a way that I can physically resize this image in a fashion that the printer thinks its the right size (I can't build CUPS into my build (both DM355 and DM365)).
Any Suggestions?