Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tumblr: High-Res Bilder #4

Open
tiefpunkt opened this issue Feb 15, 2013 · 1 comment
Open

Tumblr: High-Res Bilder #4

tiefpunkt opened this issue Feb 15, 2013 · 1 comment
Labels
Milestone

Comments

@tiefpunkt
Copy link
Member

Taken from meintopf/meintopf#28

Gibt's 'ne Möglichkeit bei Tumblr Feeds auch die High-Res Bilder zu verarbeiten? Momentan werden ja nur die Bilder mit 500px Breite angezeigt und ge-rebloggt. Wär schön, wenn man auch an die Original-Files rankommen könnte (sei es zur Verlinkung / Lightbox oder um sie auf den lokalen Server zu kopieren, um damit arbeiten zu können).

Ich weiss nicht, ob der Feed die URL dazu überhaupt mitliefert (oder man auf anderem Wege da rankommen könnte), fände das aber ein schönes Feature.

@tiefpunkt
Copy link
Member Author

Each Tumblr picture URL has its size in it, e.g. http://24.media.tumblr.com/ef8d1c26f830365710a1c08ace79022a/tumblr_midzgsZbTX1rswtk0o1_500.jpg
The biggest existing picture size I notices so far is 1280. Replacing should work.

Match Image URL to tumblr (http://.media.tumblr.com/) -> Replace size with 1280 -> check if that exists -> use that if it does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant