Content deleted Content added
→‎White Balancing: moreover...
m Reverted edits by 196.191.61.173 (talk) to last revision by Animalparty
Tag: Rollback
 
(42 intermediate revisions by 9 users not shown)
Line 1:
{{User talk:Samsara/Editnotice-text}}
<big><big><big><big>'''Before''' you '''delete media''' as '''identical''', consider whether they have been altered. Usually, they will have "edit", "cropped", "enhanced" or similar in the filename and/or a {{tl|retouched}} tag. Either one of those should be a big hint to you.</big></big></big></big>
 
<big><big><big><big>'''Before you post about copyvio''', consider whether I uploaded the original image or my image is a derivative work of another image uploaded to Commons. If the latter, go blame the original uploader for the copyvio, not me. Also, if I transferred the image from some other wiki, go find and blame the original uploader.</big></big></big></big>
 
<big><big><big><big>In a nutshell, '''think before you act'''. Thank you.</big></big></big></big>
 
 
Line 24 ⟶ 20:
:::::::::Right, so why can't it use the first version of the file that was uploaded for the comparison? [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 14:21, 13 December 2016 (UTC)
:::::::::More importantly, if you need to download the file all over again, why don't we have one tool that does both things? I mean, maybe we do? When I looked at the COM:Flickr page, it seemed to be heavily biased in favour of Flickr2Commons... [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 14:24, 13 December 2016 (UTC)
::::::::::Well, the current algorithm attempts to find the matching on flickr by comparing the image dimensions, then comparing the file size and finally the [[:en:Cryptographic_hash_function#File_or_data_identifier|hash]] (which reflects the binary data) if necessary. If it have to do this for each one in file upload history, it'll make things more complex.
::::::::::Btw: I just read the code again. It doesn't even download the file from commons to get the information; instead, it simply get everything from the API. But some of these data simply does not exist for old versions, requiring the bot to download the files itself and making things much slower. (The bot is kind of overloaded already when batch uploader do their work)
::::::::::As for a unified tool, well, maybe I'm wrong, but I still find a tool and a bot different. A tool has an interface for users to ease the transfer of the files, but the bot does the post-processing of files from all kinds of sources. Perhaps the tool can do some of the work of the bot, but in the currently, it cannot, as explained above (code manipulation), unless it is written in some other ways in the future --[[User:Zhuyifei1999|Zhuyifei1999]] ([[User talk:Zhuyifei1999|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 16:33, 13 December 2016 (UTC)
:::::::::::Yes - a tool that does more things on the server side. It's just that I've realised over the last 24 hours that "waiting", as the OP suggested, doesn't work particularly well for me. I'd have to completely change my workflow and have a "waiting" folder on the desktop for my edits, and then hope I don't forget to upload those items. So I guess I do mind waiting, but if the result is that I'll be requested to wait, I guess I won't be uploading. It would be nice if people could be flexible and understand that some of us are trying to achieve a certain level of quality in our contributions, and that a poorly white balanced image is not acceptable and needs fixing, not waiting. In the end, I guess what I'm saying is that if I have to sacrifice quality or change my workflow to be slower, then I might prefer to spend my time in other ways. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 17:02, 13 December 2016 (UTC)
:::::::::::{{ping|Zhuyifei1999}} Can you just clarify for me - do both Flickr and Commons offer a file hash API? Thanks. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 17:59, 16 December 2016 (UTC)
::::::::::::Commons: [[mw:API:Imageinfo|Yes]], but fetching hases of old files from api is not directly supported by mwclient (the FlickreviewR's library to interact with Commons) iirc, Flickr: [https://www.flickr.com/services/api/flickr.photos.getSizes.html no]. --[[User:Zhuyifei1999|Zhuyifei1999]] ([[User talk:Zhuyifei1999|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 05:20, 17 December 2016 (UTC)
:::::::::::::{{ping|Zhuyifei1999}} Okay, that makes me wonder where the lag comes from - fetching and comparing the hashes should be near-instantaneous. How many Flickr uploads are we trying to process per second? [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 10:02, 17 December 2016 (UTC)
::::::::::::::I may have read that too quickly: So we're still downloading images from Flickr all over again and computing our own hashes? That's what I wasn't sure about after your "I just looked at the code again" post. Thanks. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 10:05, 17 December 2016 (UTC)
:::::::::::::::No, but to get the hashes for old files are not supported by mwclient last time I checked (perhaps I'm wrong). I might have to get some custom code hacked into it. As for Flickr, perhaps a cache might do. --[[User:Zhuyifei1999|Zhuyifei1999]] ([[User talk:Zhuyifei1999|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 10:41, 17 December 2016 (UTC)
::::::::::::::::{{ping|Zhuyifei1999}} The reason for asking the questions the way I did was that if we're just comparing pre-computed hashes, there's no reason this should take more than a few seconds. I recall that there was a time that bots like SignBot and Anomiebot would respond to edits on en-wp near-instantaneously, so I know it can be done. Making review of licenses by bot ''fast enough'' is one way to make this problem go away for the time being. Then one wouldn't need to check old versions or anything like that. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 11:01, 17 December 2016 (UTC)
{{outdent|::::::::::::::::}} Sure, I'll just set the schedule to restart the bot every minute, eh? --[[User:Zhuyifei1999|Zhuyifei1999]] ([[User talk:Zhuyifei1999|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 11:24, 17 December 2016 (UTC)
::I guess that would cut the expected waiting time to 30s, which is almost what I suggested we should aim for. Test it and see? Thanks. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 11:30, 17 December 2016 (UTC)
:::Should be working similar to this now --[[User:Zhuyifei1999|Zhuyifei1999]] ([[User talk:Zhuyifei1999|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 11:50, 17 December 2016 (UTC)
----
:{{ping|Magnus Manske}} Any opinion on whether code could be added to Flickr2Commons to check licence compliance on the server side? Thank you. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 19:24, 14 December 2016 (UTC)
::This is already done by the flinfo tool, which I use to generate the {{tl|Information}} template. --[[User:Magnus Manske|Magnus Manske]] ([[User talk:Magnus Manske|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 14:54, 15 December 2016 (UTC)
:::{{ping|Magnus Manske}} So are there further steps needed to give this official certification and obviate the need for bot review of the license, as per the above discussion? [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 17:58, 15 December 2016 (UTC)
::::To the best of my knowledge, licenses are already checked. I do not know of anything another bot check would improve. If the review bot does some more special magic, it should be incorporated into the flinfo tool. --[[User:Magnus Manske|Magnus Manske]] ([[User talk:Magnus Manske|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 20:26, 16 December 2016 (UTC)
:::::Thank you. Zhuyifei1999 (not pinging this time so your ears don't fall off) can you confirm if what Magnus asked about ("special magic") is the case, and can we perhaps get Flickr2Commons uploads the needed accreditation as a result? [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 20:38, 16 December 2016 (UTC)
:::::{{ping|Zhuyifei1999}} Sorry, I guess I had to ping you after all in relation to the above. ^^ [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 10:10, 17 December 2016 (UTC)
::::::Yeah I sometime miss things in my watchlist. I'm not entirely sure what {{ping|Magnus Manske}} is talking about, but I would like to point out that [https://bitbucket.org/magnusmanske/magnustools/src/f722fb7b57ba6c9566b3c51fd33d8dc1f684eaee/public_html/resources/js/common.js?at=master&fileviewer=file-view-default#common.js-1 list] & [https://bitbucket.org/magnusmanske/flickr2commons/src/1c205e2f2890e7a27584add1bb2178d9dd805133/public_html/main.js?at=master&fileviewer=file-view-default#main.js-183 check] are still done on client side of Flickr2Commons.
::::::If Flickr2Commons were to make the check done on server side, please secure the license part of the file description from any possible client side alteration. --[[User:Zhuyifei1999|Zhuyifei1999]] ([[User talk:Zhuyifei1999|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 10:41, 17 December 2016 (UTC)
:::::::{{ping|Magnus Manske}} Sorry to bother you again, but did you see Zhuyifei's ping above? Thanks. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 04:52, 4 January 2017 (UTC)
----
:[[User:Samsara|Samsara]], another option for you is to apply for a license reviewer right. I think it is fine as you're an experience admin in EN and working on media too. A license reviewer can [[Commons:Upload Wizard/Flickr|upload directly from the URL]] and I think it doesn't require a review. I may wrong as I don't remember it correctly. [[User:Jkadavoor|<span style="color:red;">J</span>]][[User talk:Jkadavoor|e]][[:Category:User:Jkadavoor|<span style="color:red;">e</span>]] 17:13, 13 December 2016 (UTC)
::Thanks, {{u|Jkadavoor|Jee}}. Upon your suggestion, I looked at that, and it seems that one is not meant to review one's own uploads: ''Please note that as of 21 February 2012, image-reviewers may not review their own uploads [...]'' Source: [[Commons:License review#Instructions for reviewers]]. It probably changed since you last looked at it. Regards, [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 17:40, 13 December 2016 (UTC)
:::I know that it not that I'm talking about. [[Commons:Upload Wizard/Flickr|upload directly from the URL]] is a special feature only available to admins and license reviewers. So they don't need to depend Flick2Commons for their uploads. [[User:Jkadavoor|<span style="color:red;">J</span>]][[User talk:Jkadavoor|e]][[:Category:User:Jkadavoor|<span style="color:red;">e</span>]] 02:28, 14 December 2016 (UTC)
::::Thanks for clarifying. I added a request. We'll see what happens. Best regards, [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 10:01, 14 December 2016 (UTC)
 
=={{Autotranslate|base=Autopatrolgiven/heading}}==
{{Autotranslate|base=Autopatrolgiven}} [[User:Zhuyifei1999|Zhuyifei1999]] ([[User talk:Zhuyifei1999|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 14:16, 13 December 2016 (UTC)
:Thank you. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 16:57, 13 December 2016 (UTC)
 
== Your talk page header ==
 
It was not my intent to 'misrepresent' your talk page header. Instead, take it as a strong hint that your intended meaning is easily misunderstood. You seem to be saying that you are not responsible for the actual copyright status of files that you transfer to Commons. If so, that is simply wrong. You are responsible for exercising due diligence when transferring files. [[User:Revent|<span style="color:#151B54;font-family:Garamond ">Revent</span>]]<sup>[[User talk:Revent|<b style="font-family:Garamond ;color:#006400">talk</b>]]</sup> 12:30, 14 December 2016 (UTC)
:What it is trying to say is that I do not wish to be notified when copyvios that I am not responsible for are dealt with. One part of that refers to the case where I have transferred images from another Wiki (probably en-wp) that had been tagged for transfer with appropriate transfer and license tags on them, and no obvious reasons for not being transferred. I am not familiar with any guideline that says that in such cases, a thorough copyvio review must be conducted. So I thank you for pointing out that the wording could be improved, but if you want to suggest that at the time that I made such transfers, there were policies or guidelines in place mandating copyvio review for each image transferred, then I would ask for evidence of such. Then we can look into what tools were available at the time and whether at that time, they would have produced evidence that would have prevented the transfer. Thank you. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 12:41, 14 December 2016 (UTC)
::I should add that I cannot recall, from memory, that there has ever been such a case. I may have added the phrase pre-emptively. So the onus of finding a relevant case, again, would be on you as the one making an allegation, if you wish to do so. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 12:43, 14 December 2016 (UTC)
:::I am not making any allegation. I'm simply pointing out that your text seems to imply that you do not feel you are responsible for the copyright status of works that you transfer to Commons, as long as they were flagged for transfer elsewhere. That is not the case... when you upload a file to Commons, you are responsible for ensuring that it complies with our policies before you do so. [[User:Revent|<span style="color:#151B54;font-family:Garamond ">Revent</span>]]<sup>[[User talk:Revent|<b style="font-family:Garamond ;color:#006400">talk</b>]]</sup> 13:18, 14 December 2016 (UTC)
::::Links please. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 13:22, 14 December 2016 (UTC)
:::::I'm not quite sure what you want links to, unless it's the entirety of Commons policies that refer to copyvios. When you transfer a file to Commons, '''you''' are the uploader here, not whatever user flagged the file for transfer somewhere else. The backlog of files flagged for transfer to Commons on enwiki includes massive numbers of files that are not acceptable on Commons... if you started to transfer such problematic files in bulk, you would be stopped from doing so. [[User:Revent|<span style="color:#151B54;font-family:Garamond ">Revent</span>]]<sup>[[User talk:Revent|<b style="font-family:Garamond ;color:#006400">talk</b>]]</sup> 13:37, 14 December 2016 (UTC)
::::::(1) Are you familiar with the typical procedure of an en-wp to Commons transwiki upload?
::::::(2) Can or can you not back up your apparent implied claim that a thorough copyvio review must precede each transfer from a WMF wiki? If you cannot, I'm not sure what we're doing here. [[User:Samsara|Samsara]] ([[User talk:Samsara#top|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 13:46, 14 December 2016 (UTC)
:::::::I'm quite familiar with how transfers work.
:::::::I will simply put it this way... if you transferred a significant number of copyvios, with the excuse that someone else flagged them for transfer and you did not bother to check, your argument is highly unlikely to be taken as a legitimate excuse. A transfer is simply an upload of someone else's work... you are going to be held responsible for it's copyright status. I'm simply telling you that as someone with a lot of experience here. Commons is far less concerned with writing massive amounts of documentation of minutiae of accepted practice than enwiki. [[User:Revent|<span style="color:#151B54;font-family:Garamond ">Revent</span>]]<sup>[[User talk:Revent|<b style="font-family:Garamond ;color:#006400">talk</b>]]</sup> 14:08, 14 December 2016 (UTC)
:::::I just noticed your comment in your edit summary. Yes, the transfer of copyvios has been a problem on Commons, mainly from non-English wikis (arwiki in particular) that are not at all careful about copyright. Another repeated problem has been when people upload images to enwiki as 'fair use', and then someone else (who does not understand copyright) changes the license and marks them for transfer. Then some third person transfers them, and they are deleted. Then the ''original'' uploader comes here and yells at us about their file being deleted, when all 'we' did was delete an upload that was not in accordance with our policies. The only step at which we, on Commons, can stop that process is with the person who uploads the file here... people who upload works that they did not create are responsible for checking their copyright status before they do so. [[User:Revent|<span style="color:#151B54;font-family:Garamond ">Revent</span>]]<sup>[[User talk:Revent|<b style="font-family:Garamond ;color:#006400">talk</b>]]</sup> 13:52, 14 December 2016 (UTC)
:{{tps}} I tried to improve the wordings [[Commons:Moving files to Commons|here]]. [[User:Jkadavoor|<span style="color:red;">J</span>]][[User talk:Jkadavoor|e]][[:Category:User:Jkadavoor|<span style="color:red;">e</span>]] 14:10, 14 December 2016 (UTC)
 
== Removing magenta from photo ==
 
Dear Samsara,
I've been meaning to thank you for removing the magenta from Joe Rosenthal's photo that I shot in 1990. It looks better than it was because of your skill. Joe's photo is being used a lot lately (the US Marines are spearheading a petition to name a Navy warship after Joe --USSJoe).
Do you think you can remove the magenta in Reverend Jim Jones' photo that I took in 1977? Thank you in advance.
--Nancy Wong
https://commons.wikimedia.org/wiki/File:CommissionerJimJones.JPG
 
http://usmclife.com/2017/03/marine-vets-urge-lawmakers-name-warship-famous-iwo-jima-photographer/ {{unsignedIP2|21:58, 30 March 2017|204.102.74.26}}
 
== [[:File:Edward Weston and Marguerite Mather.jpeg]] ==
{{Autotranslate|1=File:Edward Weston and Marguerite Mather.jpeg|2=|3=|base=Idw}} [[User:Animalparty|--Animalparty]] ([[User talk:Animalparty|<span class="signature-talk">{{int:Talkpagelinktext}}</span>]]) 09:28, 11 January 2019 (UTC)