Opened 17 years ago
Closed 16 years ago
#6828 closed (fixed)
Broken images in Tutorial part 2
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The images linked to from three of the smaller screenshots are PSDs instead of PNGs
Attachments (4)
Change History (12)
by , 17 years ago
Attachment: | admin02.png added |
---|
by , 17 years ago
Attachment: | admin03.png added |
---|
by , 17 years ago
Attachment: | admin04.png added |
---|
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
They are Photoshop PSD files but with '.png' extension. Please download them and run unix 'file' utility or open in any text editor:
http://media.djangoproject.com/img/doc/tutorial-trunk/admin01.png
http://media.djangoproject.com/img/doc/tutorial-trunk/admin02.png
http://media.djangoproject.com/img/doc/tutorial-trunk/admin03.png
http://media.djangoproject.com/img/doc/tutorial-trunk/admin04.png
comment:3 by , 16 years ago
The fact that "file" says it's a Photoshop Image does not mean it is. File "guesses" file types (read the manpage).
And the fact that the file reads "Photoshop" in the namespace and the CreatorTool attributes does not mean nothing.
This file is an XMP powered file, XMP is some thing invented by Adobe (or W3C?) to add metadata to image files. Inside the XMP file there's the binary data of the embedded file.
Those files were generated from PHotoshop with XMP metadata.
The fact that a linux computer can *view* those images means, simply, that the binary data inside them is not PSD. But I can't assure the format as I don't know XMP.
So, the files are not PSD. You could as "please provide simple png files not embedded in xml" if you wish.
follow-up: 5 comment:4 by , 16 years ago
"Simple png files not embedded in xml" were attached to ticket by Collin Grady (please see ticket attachments).
Read PSD file header format somewhere (e.g. "Photoshop File Parsing" section from here http://www.codeproject.com/KB/vista/PhotoshopPreviewHandler.aspx) also it might be helpful to read "Embedding XMP Metadata in
Application Files" in official XMP specification (http://partners.adobe.com/public/developer/en/xmp/sdk/XMPspecification.pdf) I hope this new and interesting information will convince you in "PSD format theory".
You have closed valid ticket anyway.
by , 16 years ago
Attachment: | admin01.png added |
---|
comment:5 by , 16 years ago
Component: | Documentation → Django Web site |
---|---|
Summary: | 3 PSDs in tutorial part 2 → Tutorial part 2 serves XMP embedded images instead of PNG |
Triage Stage: | Unreviewed → Accepted |
Replying to dc:
"Simple png files not embedded in xml" were attached to ticket by Collin Grady (please see ticket attachments).
I didn't see the difference between the png's until comment 2.
Thanks for the links, I'll read about XMP later ;)
You have closed valid ticket anyway.
Agree, unless this is intentional (which I doubt) so marking Accepted so somebody can fix that (jacob?)
Changing component to Django Web Site as it's on media.djangoproject.com.
comment:6 by , 16 years ago
Summary: | Tutorial part 2 serves XMP embedded images instead of PNG → Broken images in Tutorial part 2 |
---|
#8460 also contains fixed images
comment:8 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
It took me a while to de-encrypt the ticket but tutorials are all png files, don't see where you took .PSD from.