python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Getting ''Missing SOI marker.' from JpegDecoderr
I'm running into issues opening a jpg file. Here is the code I started with:
var image = await Image.LoadAsync("sample.jpg")
This produced the exception:
An exception of type 'SixLabors.Ima...
RQDQ
Votes: 0
Answers: 2
TPDFImage.LoadFromFile makes printer screen show up and cuts off the rest of the function's execution
I am aiming to convert a PDF to JPEG, so I can show it in an image viewer that is embedded in my Delphi program. Here is the code for my function:
function TAnexo.loadFilePdf(AFile:String): Boolean;
V...
Pedro Zandonadi Menzel
Votes: 0
Answers: 0
imagegrabscreen function in php only gets a black screen, how do I fix this?
Here is the code I'm using:
<?php
$im = imagegrabscreen();
imagepng($im, "C:/pathtofile/image.png");
imagedestroy($im);
The images get saved but when I open them, they are j...
justdoingmyjob
Votes: 0
Answers: 0
Create a simple OpenCV pipeline with GStreamer
I have a pipeline to stream images over UDP
fps = 20
width = 500
height = 500
out_send = cv2.VideoWriter(
"appsrc ! videoconvert ! "
"video/x-raw,format=I420 ! "
...

mro47
Votes: 0
Answers: 1