answersLogoWhite

0

The transformations I know of are flip, stretch, shrink, or crop.

Flip will flip the picture vertically or horizontally as specified.

Stretch will project the picture onto a larger grid of pixels.

Shrink will project the picture onto a smaller grid of pixels.

Crop trims any edges you want off the picture.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is background image in computer graphics?

destop


What is three dimensional transformation in computer graphics?

translation,scaling,rotation


What is canvas in computer graphics?

Canvas is the viewport or image you are working on.


Difference between Digital image processing and computer graphics?

There is always a confusion among the newbies about the difference between Image Processing and Computer Graphics. Unless specifically mentioned , Computer Graphics is all about Synthesizing a new image from Geometry , Lighting parameters , Materials and Textures . The Emphasis is on Digital Image Synthesis. Image Processing is the process of manipulating an image acquired through some device . The image too often will be acquired from photographs,scanners , medical equipments. The emphasis is on Analysis and Enhancement of the image. Computer Vision is an area where Image Analysis is used a lot. Raster Operations dominate in the case of image processing. In the case of Computer Graphics , you will mix vector and raster operations to generate the final image.


What is scale factor in scaling in 3-d transformation in computer graphics?

scaling is the resizing of picturs


What is zooming in computer graphics?

zooming is the technique to large or small any image.


What is the use of display file interpreter in computer graphics?

It stores the instructions of the image.


What is the basic difference between Computer graphics and image processing?

In imaging science, image processing is any form of signal processing for which the input is an image, such as a photograph or video frame; the output of image processing may be either an image or a set of characteristics or parameters related to the imageComputer graphics are graphics created using computers and, more generally, the representation and manipulation of image data by a computer with help from specialized software andhardware


What has the author Jonas Gomez written?

Jonas Gomes has written: 'Computer graphics' -- subject(s): Computer graphics, Microcomputers, Image processing, Programming, C (Computer program language), Mathematics, COMPUTERS / Computer Graphics, TECHNOLOGY & ENGINEERING / Lasers & Photonics


What is definition of scaling in computer graphics?

In computer graphics, image scaling is the process of resizing a digital image. Scaling is a non-trivial process that involves a trade-off between efficiency, smoothness and sharpness. With bitmap graphics, as the size of an image is reduced or enlarged, the pixels which comprise the image become increasingly visible, making the image appear "soft" if pixels are averaged, or jagged if not. With vector graphics the trade-off may be in processing power for re-rendering the image, which may be noticeable as slow re-rendering with still graphics, or slower frame rate and frame skipping in computer animation. More to read by opening the link.


What is the explanation for the geometric transformation of image?

The geometric transformation of an image refers to the mathematical manipulation of its spatial properties, altering its position, size, orientation, or shape. Common transformations include translation (shifting the image), scaling (changing its size), rotation (turning it around a point), and shearing (slanting the image). These transformations can be represented using matrices, allowing for efficient computation and application in graphics, image processing, and computer vision. Ultimately, they enable the modification and analysis of images in various applications.


What are the differences between Image processing and computer graphics?

CG (Computer Graphics ) refers to processing of creating a new image from Geometry , Lighting parameters , Materials and Textures .Using a Computer or any other digital media While DIP(Digital Image Processing) is the process of manipulating an image acquired through some device . The image too often will be acquired from photographs,scanners , medical equipments.