Post
Topic
Board Deutsch (German)
Re: Neue Seite zum Hochladen von Bildern zum Einbinden der Bilder in unsere Beiträge
by
Buchi-88
on 12/05/2023, 10:30:46 UTC
Mir ist es auch schon aufgefallen, dass einzige was ich sehr eigenartig finde ist (ich lade immer direkt mit Greenshot die Bilder auf imgur) einige Bilder funktionieren noch und einige nicht? Aber hat wer bessere Kenntnisse in der Programmierung oder hat der neue Anbieter für BCT auch ein Api?

Also Beispiel in der Greenshot.ini

Code:
; Greenshot Imgur Plugin configuration
[Imgur]
; Url to Imgur system.
ImgurApi3Url=https://api.imgur.com/3
; What file type to use for uploading
UploadFormat=png
; JPEG file save quality in %.
UploadJpegQuality=80
; Reduce color amount of the uploaded image to 256
UploadReduceColors=False
; Copy the link, which one is controlled by the UsePageLink, on the clipboard
CopyLinkToClipboard=True
; Use pagelink instead of direct link on the clipboard
UsePageLink=False
; Use anonymous access to Imgur
AnonymousAccess=True
; Is the title passed on to Imgur
AddTitle=False
; Is the filename passed on to Imgur
AddFilename=False
; Filename for the Imgur upload
FilenamePattern=${capturetime:d"yyyyMMdd-HHmm"}
; Imgur upload history (ImgurUploadHistory.hash=deleteHash)
~

Könnte man die Adresse mit der neuen Api einfach austauschen, würde ich dann auch testen und in meinen Greenshot Thread ergänzen. Denke, dass sollte nicht das große Problem darstellen?