Pages:
Author

Topic: Make this forum a better place - part 1 - page 2. (Read 788 times)

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
August 08, 2020, 12:39:19 AM
#22
Correct me if wrong but doesn't specifying less width and height does the same thing? Ie. Use less data?
You're wrong. Dimensions are processed by your browser, after downloading.
Example:
Image loading...
Now click "View Image" (right mouse button, depending on your browser), and you'll get the real size.
hero member
Activity: 2464
Merit: 934
August 08, 2020, 12:16:01 AM
#21
Correct me if wrong but doesn't specifying less width and height does the same thing? Ie. Use less data?
legendary
Activity: 3332
Merit: 6809
Cashback 15%
August 07, 2020, 02:46:55 PM
#20
Better still - don't post images unless they are essential. Consider posting a thumbnail with a link to a larger image. This doesn't apply to social interaction threads of course.

Even more important - please don't quote an image - we've seen it once, and that should be enough.
Good suggestions, all of them.  There were a few members who were making it a habit to post extremely large, unnecessary images when they created threads, much like mainstream media sites do--images that add nothing to the post and contain nothing useful.  I was so annoyed by this that I created a thread about it late last year.  Some of the members stopped posting those images as far as I know, for which I'm grateful.

And yeah, when someone replies to a post and quotes an enormous image, it drives me nuts--or even when they quote huge blocks of text just to make a short post.

I recently started a thread about my experience with using a bitcoin ATM and included images.  Initially they were huge, but I got advice from o_e_l_e_o about resizing them:
Edit: Change your [img] tag to [img width=500] (or a different number) to resize your massive images. Wink

Not being very proficient in coding, I wouldn't have figured out how to do that without a little help and some constructive criticism from a helpful member.
legendary
Activity: 1624
Merit: 2481
August 07, 2020, 02:29:29 PM
#19
Depending on what kind of image it is, I think most people wouldn't mind and wouldn't notice any significant differences.
I just did a test and found a random Bitcoin chart in jpg format. I converted it to webp.

Orignal JPG picture was 74 KB.
The webp converted image is 36 KB.

The converted image is over 50% smaller. The difference in quality is insignificant.

The difference actually is huge.

jpg:
Code:
Image Size                      : 998x652
Megapixels                      : 0.651

webp:
Code:
Image Size                      : 640x418
Megapixels                      : 0.268


You scaled the image down.
You could also scale it down while keeping it JPG.
And if you want to have a worse quality to save space, one could use the jpg compression again with a quality factor of 70-80ish.

But scaling it down does not real count as compression. This can always be done and is independent from the file format.
legendary
Activity: 2730
Merit: 7065
Farewell, Leo. You will be missed!
August 07, 2020, 02:22:51 PM
#18
Long story short, you can not compress a JPG image without losing information -> without reducing the quality.
Depending on what kind of image it is, I think most people wouldn't mind and wouldn't notice any significant differences.
I just did a test and found a random Bitcoin chart in jpg format. I converted it to webp.

Orignal JPG picture was 74 KB.
The webp converted image is 36 KB.

The converted image is over 50% smaller. The difference in quality is insignificant.
legendary
Activity: 3654
Merit: 8909
https://bpip.org
August 07, 2020, 02:02:28 PM
#17
whether a forum can automate that.

Yes. I mean it's doable, not that anyone will bother doing it on SMF, let alone EpochTalk.

Code:
div.quote img.userimg {
    max-width: 100px;
}

Edit: before anyone yells at me that this uses bandwidth for the full size image - not necessarily, it's likely cached at that point. Perhaps some cache setting tweaks on the server side would be needed, I can't be bothered to check.
legendary
Activity: 2590
Merit: 3008
Welt Am Draht
August 07, 2020, 01:54:28 PM
#16
Even more important - please don't quote an image - we've seen it once, and that should be enough.

It is very irritating indeed but sometimes that can be the entirety of someone's post. It would be better if a quoted image were minimised but I've zero idea whether a forum can automate that.
legendary
Activity: 1624
Merit: 2481
August 07, 2020, 01:49:38 PM
#15
2. First of all, compress JPG/PNG images without losing quality by using [...]

JPG already is a compression which deletes parts of the image (irreversible).
With the JPG compression, you are keeping all the information regarding the brightness of the pixel and shrink the color channels.
Afterwards a discrete cosinus transformation (DCT) is applied. Depending on the quality level (80-90 is usually chosen) you then further compress the tables containing the coefficients.

Long story short, you can not compress a JPG image without losing information -> without reducing the quality.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
August 07, 2020, 01:10:32 PM
#14
As we see, we have 74% reduction in image size without losing quality and got 44.5 KB in size.
That's just because the image uses PNG instead of JPEG format.
Image loading...
In this case, however, JPEG is better.

To be honest, kbs of data is not a big loss even for mobile users.
On mobile data I have much more problems with embedded commercial videos than images, but Bitcointalk doesn't have that problem.
On desktop, in less than 6 days I've downloaded 115 GB. I don't think images are going to matter. With increasing bandwidth, this problem solves itself over the years.
sr. member
Activity: 1372
Merit: 322
August 07, 2020, 10:02:44 AM
#13
Take this thread for example, we have Hero member who has not yet learned how to reduce the image to some appropriate size, and after that we have this :
This is still a bit hard than quoting a part of a post rather than quotinh a whole post to respond a part of a post and if you spend a little time, I'm sure you will find a lot of high profile who do that most often.
While it's possible to create a post more eye catching or attractive, no one gives a fuck other than fulfilling the posting requirements.
full member
Activity: 1134
Merit: 105
August 07, 2020, 09:34:49 AM
#12
I see this often and have never reported such posts, but I wonder if it would be desirable and what is the moderator’s position on the issue? Unnecessary use of quote is very widespread on the forum, and some members do not respond to warnings at all - although these are mostly the same ones who do not read the answers to their posts (shitposters&signature spammers).

Take this thread for example, we have Hero member who has not yet learned how to reduce the image to some appropriate size, and after that we have this :
Senior Member Reatim
Senior Member fiulpro
Yep, quoting posts with images is annoying AF, it should be a part of basic forum bon ton to remove those. Just went through recent post history of those two users and they constantly do that, that example you shared was not a coincidence, rather a rule for them. Zero fucks given. It would be good to hear mods stance on that, as some people won;t learn the lesson until their posts start  getting deleted.

Could that be somehow sorted automatically by forum, to at least hide images in quotes, if not completely remove it? Would that be complicated to implement?

There are not many images being posted in the forum but there are few section where we see a lot of images being posted. One of those section is WO thread. Although many images posted there are relevant and interesting but its annoying when anyone quote post with the images and we have un-necessary duplicate images.
legendary
Activity: 3234
Merit: 5637
Blackjack.fun-Free Raffle-Join&Win $50🎲
August 07, 2020, 08:25:49 AM
#11
Yep, quoting posts with images is annoying AF, it should be a part of basic forum bon ton to remove those. Just went through recent post history of those two users and they constantly do that, that example you shared was not a coincidence, rather a rule for them. Zero fucks given. It would be good to hear mods stance on that, as some people won;t learn the lesson until their posts start  getting deleted.

Of course, some things become a habit over time if no one reports them, and we start taking them for granted. This is why some members ignore entire boards and literally admit defeat in front of users who unfortunately haven’t even learned the basics on the forum over the years. I will try to report some of such posts to see if there will be any reactions, but we should always keep in mind that not all mods have the same criteria when it comes to moderating posts that literally do not violate forum rules.
legendary
Activity: 1736
Merit: 4270
August 07, 2020, 07:47:31 AM
#10
Many years ago, I disabled the display of videos and images in the browser because the traffic was paid. The main dump of images is in the bounty and ICO themes.
Internet traffic is now free or very cheap, so you don't need to create new restrictions for most users.
If you think that the user is abusing the insertion of images, click the "Report to moderator" button.
The forum should allow people to express their thoughts in any way and not limit them.
legendary
Activity: 1722
Merit: 5937
August 07, 2020, 07:09:39 AM
#9
I see this often and have never reported such posts, but I wonder if it would be desirable and what is the moderator’s position on the issue? Unnecessary use of quote is very widespread on the forum, and some members do not respond to warnings at all - although these are mostly the same ones who do not read the answers to their posts (shitposters&signature spammers).

Take this thread for example, we have Hero member who has not yet learned how to reduce the image to some appropriate size, and after that we have this :
Senior Member Reatim
Senior Member fiulpro
Yep, quoting posts with images is annoying AF, it should be a part of basic forum bon ton to remove those. Just went through recent post history of those two users and they constantly do that, that example you shared was not a coincidence, rather a rule for them. Zero fucks given. It would be good to hear mods stance on that, as some people won;t learn the lesson until their posts start  getting deleted.

Could that be somehow sorted automatically by forum, to at least hide images in quotes, if not completely remove it? Would that be complicated to implement?
legendary
Activity: 2170
Merit: 3858
Farewell o_e_l_e_o
August 07, 2020, 07:08:43 AM
#8
From what I know this only shows the image smaller, it doesn't make people download less data.
It is incomplete solultion to display big images but size of images are not changed to smaller.

If people have software or tool to do image resize on their computer, do this instead of using online resize image websites. Those sites can store your data, and sell them or future data breach. It is risky for your privacy and sometime for your security if you use those sites for your personal images.

Use them with Tor whenever you can.

I agree with JetCash that don't abuse images on the forum. It was discussed years ago and from my memory it was raised by JetCash or JetCash was the one strongly supported the style "Don't abuse with images".

It is emphasized in Bitcointalk posting etiquette
legendary
Activity: 3234
Merit: 5637
Blackjack.fun-Free Raffle-Join&Win $50🎲
August 07, 2020, 06:50:55 AM
#7
I find the point raised by Jet Cash even more important. No images may be retained in quotes Lips sealed
Personally, I find this much worse and more tedious when reading through a thread.

I see this often and have never reported such posts, but I wonder if it would be desirable and what is the moderator’s position on the issue? Unnecessary use of quote is very widespread on the forum, and some members do not respond to warnings at all - although these are mostly the same ones who do not read the answers to their posts (shitposters&signature spammers).

Take this thread for example, we have Hero member who has not yet learned how to reduce the image to some appropriate size, and after that we have this :

Senior Member Reatim
Senior Member fiulpro
Full Member rodskee
Senior Member Gotumoot

I believe that after another 5 pages there will be more who will want to embellish their posts with an abuse of quote option.

Edit : Post from links are deleted by moderator after I report them.
copper member
Activity: 2758
Merit: 1163
Leading Crypto Sports Betting & Casino Platform
August 07, 2020, 06:23:46 AM
#6

From what I know this only shows the image smaller, it doesn't make people download less data.


Yep, it didn't compress the size but the appearance size only.



This topic is applicable only to thread starters that used lots of big image in there post, But definitely not on a simple picture reply in the thread. First of all, we should determine what is the ideal size of image so that it will load smoothly on mobile. By that being said, We can assess now how far we can compress the image size considering that the resolution of the picture will not gonna be severely affected.

I like the idea of OP considering that I'm a fellow mobile user most of my time here.
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
August 07, 2020, 06:09:18 AM
#5
Nice but i think this code works fine.
Code:
[img width=xxx height=xxx alt=image loading...]*link[/img]

From what I know this only shows the image smaller, it doesn't make people download less data.

And I agree with OP. In some cases there are too many too big images, even for a computer. Just this don't happen too often, especially in the areas I use to read/post.
full member
Activity: 1232
Merit: 186
August 07, 2020, 05:56:03 AM
#4
To be honest, kbs of data is not a big loss even for mobile users. If the data consumption while using your favorite social media sites doesn't bother you then what more for a single image here Grin. You can't feel it actually. However, there's one thing which made me convinced on using image compression — the faster data transfer. My device is low tech and sometimes it's having a hard time to load the webpage especially when there are so many images on the thread I visit. That's why I think it would be advantageous for me.

Count me in dude! I'll try to compress images from now on though it takes more time on the process of uploading hehehe. 

4. Image resize: https://resizeimage.net/
Btw, good luck guys!
Nice but i think this code works fine.
Code:
[img width=xxx height=xxx alt=image loading...]*link[/img]
staff
Activity: 2310
Merit: 2632
Join the world-leading crypto sportsbook NOW!
August 07, 2020, 05:07:29 AM
#3
Yes I would find it also good if images are processed in the size. So file size and also dimensions.
I find the point raised by Jet Cash even more important. No images may be retained in quotes Lips sealed
Personally, I find this much worse and more tedious when reading through a thread.
Pages:
Jump to: