C program to create a Rocket using Graphics
In this article, we will discuss how to draw the Rocket using Graphics....
read more
Draw an ellipse using OpenCV in C++
In this article, the task is to draw an ellipse using OpenCV in C++. The ellipse() function from OpenCV C++ library will be used....
read more
Various kinds of Aspect Ratios
In the event that you know about digital imagery or have seen the settings segment of any computer game then you would be as of now knowing the term Aspect ratio. On the off chance that you have not heard it previously or do not think much about it, at that point this article will assist you with understanding what is implied by the term Aspect proportion, what number of various kinds of ratios are there and how would they differ from each other....
read more
Difference between Plasma Panel and LCD
1. Plasma Panel Display : Plasma panel is a type of display which consists of two parallel glass plates which are separated by a thin gap. The gap between the glass plates is filled with gases which include neon. As the other name of the plasma panel is gas discharge display, because of the gases which are filled in between the parallel plates of the plasma panel. Plasma panel are available both the colors black and white and also color type which is in great demand today. 2. LCD : LCD stands for Liquid Crystal Display. It is a display which is non-emissive device and it uses light source for the display; the light source is blacklight and convert it to graphical image. LCD for the display uses two major components which are as follows:...
read more
Generating RGBA portable graphic images through C++
PNG images are capable of supporting multiple image properties such as multiple colors, degree of transparency, Gamma correction, Lossless compression, etc. PNG images are widely used and preferred for numerous types of images....
read more
Smart Mirror using the concept of IoT
A Smart Mirror may be a two-way mirror with an inbuilt display behind the glass. The device was to look like a regular mirror but would have a screen inside and you would be able to interact with it using voice commands, hand gestures and smartphone. The raspberry pi is programmed using python and connects to a monitor with inbuilt speaker to provide onscreen interface and voice assistance....
read more
Difference between JPEG and PNG
JPEG and PNG are two different types of format used to store the images. JPEG: It stands for Joint Photographic Experts Group. Extensions used to store image in this format are .jpg and .jpeg. It uses lossy compression algorithm, it means some of the image data is lost but image size is reduced. PNG: It stands for Portable Network Graphics. For PNG images extension used is .png. It uses lossless compression algorithm so image size is generally large....
read more
Difference between Holography and Photography
Holography and photography are two different techniques to generate images....
read more
getx() function in C
The header file graphics.h contains getx() function which returns the X coordinate of the current position. Syntax :...
read more
Refresh CRT and Interlacing in Computer Graphics
Refresh CRT :...
read more
Bezier Curves in OpenGL
OpenGL is a cross-language, cross-platform API for rendering 2D and 3D Vector Graphics. It is used to perform a lot of design as well as animation using OpenGL. In this article, we will discuss the concept and implementation of the Bezier Curves OpenGL....
read more
Introduction to Photoshop
Photoshop is a photo-editing software. It is a popular image changing software package. It was developed in 1987 by the American brothers Thomas and John Knoll. There are two types of graphic software – Vector Graphic and Raster Graphic. This software provides many image editing features for raster (pixel-based) images as well as vector graphics. In technical language, Photoshop is a RASTER graphic software, which means it is used to edit the raster graphics....
read more