joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
August 28, 2024, 06:51:40 PM Merited by JayJuanGee (1) |
|
This time it is difficult that the picture were taken with strange orientations… I am pretty sure the crane was vertical and gravity was properly working.
This happens, because the image orientation rules are in the metadata - EXIF, and the EXIF are removed as soon as you upload. I'll check if I can implement some rotation function at upload time. Today first time I am trying to use talkImg but every time when I am trying to upload image it's not working and message appearing error 401 anyone can give update about this error why I am facing this issue.
With I want to use this what is the best way of having this in good and easy working, thanks.
I have not received any information about any problems with the service, nor is there any record of downtime. This could be a problem with your connection. Did you use Tor or a VPN? Can you provide more information on how you tried to access the site?
|
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21681
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
August 28, 2024, 08:10:01 PM |
|
I'll check if I can implement some rotation function at upload time. Ideally, you'd rotate the picture before wiping EXIF.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
August 28, 2024, 11:20:25 PM |
|
I'll check if I can implement some rotation function at upload time. Ideally, you'd rotate the picture before wiping EXIF. Yes, I have to check how I can put this function, in the edit option that exists at the time of upload. @fillippone how does the image appear in the thumbnail that appears, before clicking upload? Does it appear in the correct position or not?
|
|
|
|
Foxpup
Legendary
Offline
Activity: 4731
Merit: 3771
Vile Vixen and Miss Bitcointalk 2021-2023, 2025
|
 |
August 29, 2024, 12:33:04 AM |
|
Ideally, you'd rotate the picture before wiping EXIF.
Or just not strip non-sensitive EXIF tags in the first place, by allowing a whitelist of safe tags. Note that rotating a JPEG can't be performed losslessly unless its size is a multiple of its macroblock size (usually 16 pixels).
|
Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
Or just not strip non-sensitive EXIF tags in the first place, by allowing a whitelist of safe tags. Note that rotating a JPEG can't be performed losslessly unless its size is a multiple of its macroblock size (usually 16 pixels).
Removing just some EXIF data can be fallible, as some software stores more information than others, and some use different descriptions. As a rule, an EXIF should not be used to record the image position. However, some systems use this function to facilitate image editing or not require image editing. Ultimately, the world of images is very complex, and it is difficult to find solutions that are very uniform. Therefore, the best option to ensure that sensitive data is not saved is to eliminate EXIF.
|
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21681
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
August 29, 2024, 07:28:41 AM Merited by JayJuanGee (1) |
|
Removing just some EXIF data can be fallible, as some software stores more information than others, and some use different descriptions. What if you copy the EXIF Orientation, wipe EXIF completely, and restore just the Orientation: tag? The 8 EXIF orientation values are numbered 1 to 8.
= 0 degrees: the correct orientation, no adjustment is required. = 0 degrees, mirrored: image has been flipped back-to-front. = 180 degrees: image is upside down. = 180 degrees, mirrored: image has been flipped back-to-front and is upside down. = 90 degrees: image has been flipped back-to-front and is on its side. = 90 degrees, mirrored: image is on its side. = 270 degrees: image has been flipped back-to-front and is on its far side. = 270 degrees, mirrored: image is on its far side.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
Foxpup
Legendary
Offline
Activity: 4731
Merit: 3771
Vile Vixen and Miss Bitcointalk 2021-2023, 2025
|
 |
August 29, 2024, 07:53:38 AM |
|
Ultimately, the world of images is very complex, and it is difficult to find solutions that are very uniform.
One of the difficulties being that any type of lossy transformation performed by image hosts contributes to inevitable generation loss as images end up being repeatedly downloaded then re-uploaded to other sites. For the sake of media preservation, I feel image hosts have a duty to do as little alteration as possible to uploaded images. 
|
Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
What if you copy the EXIF Orientation, wipe EXIF completely, and restore just the Orientation: tag?
I have to check if it will be possible for the system to delete all EXIF, except for this field. Ultimately, the world of images is very complex, and it is difficult to find solutions that are very uniform.
One of the difficulties being that any type of lossy transformation performed by image hosts contributes to inevitable generation loss as images end up being repeatedly downloaded then re-uploaded to other sites. For the sake of media preservation, I feel image hosts have a duty to do as little alteration as possible to uploaded images. Totally agree. That's why TalkImg doesn't have any direct conversion system. It just eliminates the EXIF and the rest remains the same. I want to keep it that way. That's why I have to check every detail to see if any adjustments generate different behavior.
|
|
|
|
|
SATWAT
|
 |
August 29, 2024, 07:38:01 PM |
|
This time it is difficult that the picture were taken with strange orientations… I am pretty sure the crane was vertical and gravity was properly working.
This happens, because the image orientation rules are in the metadata - EXIF, and the EXIF are removed as soon as you upload. I'll check if I can implement some rotation function at upload time. Today first time I am trying to use talkImg but every time when I am trying to upload image it's not working and message appearing error 401 anyone can give update about this error why I am facing this issue.
With I want to use this what is the best way of having this in good and easy working, thanks.
I have not received any information about any problems with the service, nor is there any record of downtime. This could be a problem with your connection. Did you use Tor or a VPN? Can you provide more information on how you tried to access the site? I am not using any Tor or VPN I have just few days to start with this so facing this problem but now as you mentioned maybe its happening due to my Internet connection as well because in last few days we are having problems in our Internet.
|
|
|
|
|
fillippone
Legendary
Offline
Activity: 2870
Merit: 20426
Duelbits.com - Rewarding, beyond limits.
|
 |
August 29, 2024, 08:51:25 PM |
|
@fillippone how does the image appear in the thumbnail that appears, before clicking upload? Does it appear in the correct position or not?
The image always has a correct orientation in the thumbnail. On some occasions, the problem appeared at thumbnail generation time, and I solved it by snapping a new picture, selecting a different one from the series of pictures taken, or even trying again. When I upload a “wrong” image it is because I couldn't fix the error by obvious means.
|
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
August 29, 2024, 11:47:11 PM Merited by JayJuanGee (1) |
|
@fillippone how does the image appear in the thumbnail that appears, before clicking upload? Does it appear in the correct position or not?
The image always has a correct orientation in the thumbnail. On some occasions, the problem appeared at thumbnail generation time, and I solved it by snapping a new picture, selecting a different one from the series of pictures taken, or even trying again. When I upload a “wrong” image it is because I couldn't fix the error by obvious means. Thanks for the feedback. I will analyze the situation to see if I can implement a solution without compromising security. It's on my to-do list. 
|
|
|
|
|
Bitcoinsummoner
|
 |
September 02, 2024, 06:06:03 AM |
|
 The website Talk[Img] 's color is gorgeous. It attracts me more from the deep feelings in my heart. One of its most beneficial features is the ability to upload images directly without signing up. Many users don't want to log in to any website, which is most important or less important. I think Talkimg.com is one of the greatest helpers for uploading images directly into this forum without any errors. So, I can say Talk[Img] is the greatest successful invention of 2023. @ joker_josue Many many thanks for your contribution to this forum and the awesome color choice.
|
|
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
September 12, 2024, 08:31:22 AM |
|
Hello everyone.
I have heard that there are some DNS problems with some Internet operators. This may affect access to the site for some users
I believe that the situation should be normalized within a few hours.
|
|
|
|
|
Iamgoat
|
 |
September 13, 2024, 09:30:47 AM Last edit: September 13, 2024, 09:59:23 AM by Iamgoat |
|
 I think Talkimg.com is one of the greatest helpers for uploading images directly into this forum without any errors. So, I can say Talk[Img] is the greatest successful invention of 2023. @ joker_josue Many many thanks for your contribution to this forum and the awesome color choice. I also witnessed the new look of the website and it made it more fascinating and attractive to see. The method of uploading your images and generating your BBCode have become more seamless as what you tend to use frequently. Who ever came about this monumental idea and solution, did a great job and congratulations to the founders.
|
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
September 16, 2024, 07:49:41 PM |
|
Statistics August 2024____________________This month of August I don't have much to highlight. Even though I have some ideas in mind, I haven't been able to explore them yet, maybe I'll be able to move forward with something soon. But I can highlight that this month's numbers were better (in relation to the number of images) than in the previous month. See the statistics... Here are the numbers for the month: | |  | Number of uploads in the month: 6 811 (+820 that in the last month)
|  | Total disk space in the month: 1.91GB (-0.09 that in the last month)
|  | Number of visits to the talkimg.com website in the month: 5 994 (-929 that in the last month) Estimated number of times images were viewed on the forum in the month (hits): 5 463 241 (-479k that in the last month) Bandwidth in the month: 1.07TB (-0.01TB that in the last month)
| Top 3 Images ViewedIn development...
|
|
|
|
ovcijisir
Legendary
Offline
Activity: 2240
Merit: 1212
Spinly.io - Next-gen Crypto iGaming Platform
|
 |
September 20, 2024, 09:23:54 PM |
|
@joker_josue You can add Croatian translation on translation list: https://bitcointalk.org/index.php?topic=5509854.0
|
░▄████████████▀▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▄██ ████████████░█▀ ████░▄▄▄███████▄ ████▄▄▄▄▄▄▄▄░▄██ ▀▀▀▀▀▀▀▀████░███ ████████████░███ ████████████░█▀ | ░▄████████████▀▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▄██ ████████████░███ ████████████░███ ████████████░███ ████▄▄▄▄████░██▀ ████▀▀▀▀▀▀▀▀░▀ ████░█▀ | ░▄████████████▀▄ ▀▀▀▀▀▀▀▀▀▀▀▀▀▄██ ████████████░█▀ █████████░▄▄▄ █████████░███ ░▄░██████░██▀██▄ ▀▀░██████░▀██▄██ ████████████░█▀ | ░▄███████▀░▄██▀▄ ▀▀▀▀▀▀▀▀██▀▀▀▄██ ████████████░███ ████████████░███ ██░▄░███████░███ ██░█░███████░███ ████████████░███ ████████████░█▀ | ░▄██████▀▄ ▀▀▀▀▀▀▀▄██ ██████░███ ██████░███ ██████░███ ██████░███████▀▄ ██████░▀▀▀▀▀▀▄██ ████████████░█▀ | ░▄████▀██▄█████▀▄ ▀▀▀▀▀███▀▀▀▀▀▀▄██ █████████████░███ █████░█░█████░███ █████░▀░█████░███ █████████████░█▀ ██████████░▄▄▄ ██████████░█▀ | ..... Next−Gen Crypto iGaming ..... | | | | | | | Play now |
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
September 21, 2024, 07:08:46 AM |
|
Thanks. I will add your translation to the list.
|
|
|
|
ibminer
Legendary
Offline
Activity: 2044
Merit: 3633
Goonies never say die.
|
 |
September 25, 2024, 03:12:29 PM |
|
Not sure if this has been suggested already or not but since you have a thumbnail option already available to resize an image, why not offer an automatic thumbnail option for any image that is over 2.5MB and just linking it to the full size resolution? Too much on space & bandwidth?
|
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
September 25, 2024, 06:56:04 PM |
|
Not sure if this has been suggested already or not but since you have a thumbnail option already available to resize an image, why not offer an automatic thumbnail option for any image that is over 2.5MB and just linking it to the full size resolution? Too much on space & bandwidth?
Let me see if I understand the idea. The idea would be to allow the upload of images larger than 2.5MB, and then the user can use the thumbnail image on the forum. That's it? The issue is that normally the thumbnail is generated with a previously defined pixel size and not by MB. What size pixels would I set? Would this pixel reduction be enough in some images to reduce MB?
|
|
|
|
joker_josue (OP)
Legendary
Offline
Activity: 2366
Merit: 6872
**In BTC since 2013**
|
 |
October 11, 2024, 07:53:16 PM Last edit: October 13, 2024, 07:31:49 PM by joker_josue Merited by klarki (2), vapourminer (1), dkbit98 (1) |
|
Statistics September 2024____________________In September, although the number of images increased compared to the previous month (even visits to the website increased), we noticed a significant drop in hits and bandwidth compared to previous months. There may have been some unknown error in the statistics system, but I doubt it. The most logical explanation I can find is that topics that have a lot of images (like the pizza contest) gradually had fewer visits. We may probably see an increase this month, because of the pumpkin contest (if you use TalkImg to host your images). So be sure to use this service, designed especially for use on the BitcoinTalk forum.  However, if anyone wants to advertise a service on the TalkImg homepage, be sure to get in touch. But don't forget, using this service is one of the best ways to support you. Here are the numbers for the month: | |  | Number of uploads in the month: 7 551 (+740 that in the last month)
|  | Total disk space in the month: 2.33GB (+0.42 that in the last month)
|  | Number of visits to the talkimg.com website in the month: 6 321 (+327 that in the last month) Estimated number of times images were viewed on the forum in the month (hits): 1 981 601 (-3482k that in the last month) Bandwidth in the month: 403GB (-667GB that in the last month)
| Top 3 Images ViewedIn development...
|
|
|
|
|