smvdbrink
Hibernia
smvdbrink
Hibernia
The code would need to be specific to each image.
Honestly, don’t make these kind of comments if you don’t understand what you’re talking about…
You are being far more insulting than you need to be in a friendly topic.
And you have not added anything that supports your point.
I'm sorry if you felt insulted, that was not the purpose of my comment. For that I apologize.
However, by repeating that every image needs to be resized separately, you show that you do not understand the technical implications of the original request. In response, I told you that images can be dynamically resized on display, which means that you render the image to a certain size, and that you don't have to change the image itself. In that regard, I think I made more of an effort to support my point than you did in this discussion. If that doesn't convince you, I'm a senior full-stack programmer. I know what I'm talking about.
Yes.
And I am saying that you need to know to what degree each of the images would need to be rescaled to.
Many images will be very different from each other.
[I will use ‘rescaled’ instead of resized to describe the action of your script, for clarity, as I have used ‘rescaled’ previously to describe working on images.]
I am also scientifically educated, so let’s explore this with some more clarity.
I think you are also not seeing what I said. I am not disputing that the physical image itself would not need to be resized. I am pointing out that there are a vast amount of images which would need to be adjusted by your code so that they would be rescaled for the viewer. My turn to apologise for not being clear.
How would your script know what dimensions to rescale each image to in every case so that they would appear in correct proportions to each other?
Explain to me how a single unaltered script could rescale three or more different images which are neither in proportion to each other nor to the original coins they are representations of.
Let’s take 3 Examples [with apologies for using three coins I am familiar with].
Example 1. A Hiberno norse Irish coin, phase 2, imaged by a cameraphone - this will be 72dpi, and be several hundred to a few thousand pixels wide. It would weigh in at around 3MB in decent quality compression.
Example 2. An Irish coin, 1928 Half Crown, scanned by an auction house, at say, 1200dpi, and resized to make a nice big auction-friendly image, saved to 300dpi. This would also weigh in at about 2MB in high resolution.
[Here, I am skipping the technical bits on how to scan something at 1200dpi, and resize it to 300dpi without altering the file size so that it is much bigger than it originally would be if printed out, or zoomed in on, as it is not relevant to the example].
Example 3. An English decimal 50p piece 1973, picture taken with a cameraphone, 72dpi, small file, say 200k.
In all cases, we know the dimensions of each original coin.
How would a single unaltered script rescale each of these there images to appear in correct proportions to each other?
My understanding of what you are implying from what you have written is that the same script would produce the correct relative scaling for all three coins without that script needing to be altered in any way, and thus the script could easily be used sitewide on all images.
I dispute this. I am saying that the script would need to be adjusted for many images.
Prove me wrong.
Note, I did not feel insulted, I just have a low tolerance for comments I consider insulting on forums. No worries. In explaining something, you ought to take into account that others might not have the same understanding of a subject that you do. On a forum such as ours, with so many people from many different backgrounds with many skillsets, anything technical should be explained from scratch, imho.