in Education by
I'm a visual/UI designer working on a project/product which has been designed by another designer. This designer provided the front-end dev with good quality PNG icons, but when the front-end dev sets the images scale to 0.7, they look blurry. I've noticed that if we set the image's scale to 0.5, they don't look blurry at all: 0.7: [1]: http://i.stack.imgur.com/jQNYG.png 0.5: [2]: http://i.stack.imgur.com/hBShu.png Anyone knows why does that happen? I personally always work with 0.5 scales because I was taught so. Is there any logical reason for this? Sorry if the answer is obvious. I am really curious about that. Thanks in advance. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
What is happening largely depends upon the software that you are using to shrink the image. There is a major different between reducing by 0.5 and 0.7. If you shrink by 0.5, you are combining 4 pixels into one. If you shrink by 0.7 you are doing fractional sampling. 10 pixels in each direction get reduced to 7. In 0.5 sampling, you read two pixels across, read two pixels down. In 0.7 sampling you read 1.42857142857143 pixels in each direction. In order to do that you have to weight pixel values. That is going to create blurriness in a drawing.

Related questions

0 votes
    Blurry Image Original image I have a simple image upload function in php. It takes an image and uploads it to ... below for the upload and the calling. gallery.php uploadFile.php...
asked Jun 2, 2022 in Education by JackTerrance
0 votes
    I'm trying to overlay 2 ImageViews, one with the background and one with an animated (using ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    I'm trying to overlay 2 ImageViews, one with the background and one with an animated (using ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    A parallel RLC circuit with R1 = 20, L1 = \frac{1}{100} and C1 = \frac{1}{200} is scaled giving ... Questions for GATE EC Exam, Network Theory MCQ (Multiple Choice Questions)...
asked Oct 12, 2021 in Education by JackTerrance
0 votes
    Which statement is true Pair Work in the scaled Agile Framework?...
asked Nov 30, 2020 in Technology by Editorial Staff
0 votes
    I want to have a .png image to be 1) exactly in the centre of a div, no matter the device ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 6, 2022 in Education by JackTerrance
0 votes
    which of these is not an image file format PNG GIF BMP DOCX Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    When selecting an automation tool, what features will you look for?...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    Can anyone help me, Im trying to make a simple app where you touch the screen and 4 images are ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
0 votes
    Can anyone help me, Im trying to make a simple app where you touch the screen and 4 images are ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 3, 2022 in Education by JackTerrance
0 votes
    I want my model to be trained with some classified images. They are of different sizes, so how can I train ... resizing the images? Select the correct answer from above options...
asked Jan 24, 2022 in Education by JackTerrance
0 votes
    You are working with this XML code snippet from the XML document cars.xml. You need to return the information about the cars ... D.doc("cars.xml")/cars/car[integer(year) > 2000]...
asked Mar 10, 2023 in Technology by JackTerrance
0 votes
    Name the Prime Minister who followed these policies? (i) ....... : Look East (ii) ..... : Efforts to increase Foreign Direct Investment Please answer the above question....
asked Aug 18, 2022 in Education by JackTerrance
0 votes
    Look at the latest Annual Report of the Ministry of Home, Government of India. Make a list of the main activities of the ministry. Please answer the above question....
asked Aug 4, 2022 in Education by JackTerrance
...