Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display an jpeg image on xerver using x11?

Tags:

image

x11

xserver

I want to display a jpeg image in xserver using x11. I downloaded imagemagick, but dont' know how to do it.

I want to display that image as a child window of another window. Is there any xlib code to display a image on window?

like image 706
HariHaraSudhan Avatar asked Dec 28 '22 19:12

HariHaraSudhan


1 Answers

You can use 'display' to display images on screen. Your question is vague, it lacks context.

http://www.imagemagick.org/www/display.html

like image 185
Raoul Avatar answered Jan 05 '23 18:01

Raoul