Giter Site home page Giter Site logo

fxif's Introduction

fxif's People

Watchers

 avatar

fxif's Issues

Fehler in Openstreetmap-URL des Hilfetextes

In der Beschreibung zur konfigurierbaren URL ist dir bei der Nennung der 
Default-URL (OSM) ein "m" verrutscht:

falsch: http://www.openstreetmap.org/?lat=%mlat%&mlon=%lon%&layers=B000FTF
richtig: http://www.openstreetmap.org/?mlat=%lat%&mlon=%lon%&layers=B000FTF

Sowohl auf der Website als auch auf der Hilfe-Seite des Addons.
Vielleicht k枚nntest du an der Stelle im Beispiel gleich noch die zoom-Variable 
mit nennen, ich bin vielleicht nicht der Einzige, dem der default-Zoom f眉r die 
Lokalisierung eines Bildes viel zu gering ist:
http://www.openstreetmap.org/?mlat=%lat%&mlon=%lon%&zoom=17&layers=M

Original issue reported on code.google.com by [email protected] on 17 Jul 2011 at 5:11

Show Lens Type

Would you consider adding a field to see the lens that was used to take the 
photo?

Original issue reported on code.google.com by [email protected] on 11 Feb 2011 at 1:28

Carriage returns (^M) are copied on GNU/Linux.

What steps will reproduce the problem?
1. Use on GNU/Linux.
2. Show EXIF.
3. Click Copy.
4. Paste into GVIM (GUI mode of Vim).
-> At the end of each line, GVIM shows "^M", that is a carriage return, see 
https://en.wikipedia.org/wiki/Newline
5. Paste into a console Vim.
-> Lines are separated with blank lines.

FxIF 0.4.8.1
Firefox Nightly 
2015-03-13-03-02-31-mozilla-central-firefox-39.0a1.ru.linux-x86_64

Original issue reported on code.google.com by [email protected] on 13 Mar 2015 at 10:42

Bad regexp in visibilityOfMenuItems

fxif.js has this regexp:

        var reg_jpg = new RegExp('\.jp(eg|e|g)(\\?.*)?$', 'i');
        if (reg_jpg.test(imgURL) || isJPEG(imgURL)) {

That \. is the same as a . and will match any character.  A /regexp/i form 
wouldn't require double-backslashing.

Original issue reported on code.google.com by [email protected] on 12 Oct 2012 at 12:26

red message about problem reading XMP data

What steps will reproduce the problem?
I ask for Exif data as usuall, and come out the window with the info, but in 
red at the top a message that sais:

"There has been an error with the XMP data. Is posible that XMP data showed had 
some missing info. please inform about it with the example picture." thats a 
translationm from spanish to english of the message.

I think the info shoed is ok, but as is sayed that in red i send u the file. 

Win 7 64
Firefox 18.0.1
Fxif 0.4.5

info that appears:
Marca de la c谩mara: Canon
Modelo de la c谩mara: Canon EOS-1D Mark IV
Lente: EF70-200mm f/2.8L IS II USM
Fecha de la imagen: 2012-08-25
Distancia focal: 135.0 mm
Apertura: f/6.3
Tiempo de exposici贸n: 0.0031 s (1/320)
ISO equivalente: 640
Control de exposici贸n: ninguno
Modo de medici贸n: Matricial
Exposici贸n: prioridad de obturaci贸n (semi-autom谩tico)
Balance de blancos: autom谩tico
Flash: No (forzado)
Coordenadas GPS: undefined, undefined
Software: Adobe Photoshop Lightroom 4.3 (Macintosh)

Thnaks for ur work!

Original issue reported on code.google.com by [email protected] on 3 Feb 2013 at 8:00

Attachments:

FxIF does not display the time in the photos exported from Lightroom

What steps will reproduce the problem?

I just looked at the EXIF/IPTC of this photo:
https://upload.wikimedia.org/wikipedia/commons/9/9b/H%C3%A9rault_River%2C_Agde_0
9.jpg

What is the expected output? What do you see instead?

Expected: 2013-06-29 10:58:00
Displayed: 2013-06-29

What version of the product are you using? On what operating system?

Mac OS X 10.9, Firefox 25.0, FxIF 0.4.7.1

Please provide any additional information below.

Problem is caused by the regexp in the file binIptc.js:

matches = iptcTime.match(/^(\d{2})(\d{2})(\d{2})([+-]\d{4})$/);

Because in the photo above there is no information about the time zone.

Original issue reported on code.google.com by [email protected] on 13 Nov 2013 at 1:50

Error with EXIF

What steps will reproduce the problem?
1. http://www.steves-digicams.com/2004_reviews/kodak_slrn/samples/g5fx0255.jpg


What is the expected output? What do you see instead?

"Error - please report"

What version of the product are you using? On what operating system?
FxIF 0.4.5 on WinXP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Apr 2012 at 9:34

Incompatible with Firefox 6

What steps will reproduce the problem?
1. Open Firefox 6 beta
2. fxif disabled due to incompatibility
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Firefox 6 on XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Jul 2011 at 8:49

Finnish translate

Hello

I got some extra time, so I spent a last night translating fxif to Finnish. I 
prefer .diff-files, so I attach it to here. Documentary's status is WIP.


Ilari Oras

Original issue reported on code.google.com by [email protected] on 26 Nov 2010 at 5:28

Attachments:

Preview in Grafic information window is missing

Starting with FxIF 0.4.7 (as I can reconstruct it), FxIF will replace the 
preview in the Graphic information window ("Grafik-Info anzeigen" in the German 
version). Also the window height can't be changed, which makes it sometimes to 
read it, in particular for smaller screens.
Please restore the old preview. It would be acceptable if there would be a 
button to open a separate window with the ExIF data, or adding a scrollable 
section in the graphic window.

Original issue reported on code.google.com by [email protected] on 10 Jul 2013 at 9:11

Attachments:

FXIF fails to read exif from jpg generated by bibble5

What steps will reproduce the problem?
1. Go to http://photos.xwing.info/204
2. Try to open the fxif box
3. FXIF says it find no metadata, but metadata are embbeded in the picture.

What is the expected output? What do you see instead?
FXIF should show the EXIF informations embbeded.

What version of the product are you using? On what operating system?
FXIF 0.4 under Firefox 3.6.2 (Linux)

Please provide any additional information below.
If I understand correctly, bibble 5 generates partial exif data only, but
anyway, EXIF information in this picture seems to be correct :
- Neither exiv2 nor exiftool have problem with it. They display correctly
the exif informations.
- The php exif library can read the exif too (on the link above, clic on
the "+", the data shown are taken directly from the exif data with a small
PHP code)

Original issue reported on code.google.com by [email protected] on 27 Mar 2010 at 11:23

Date has colon separator instead of dot

What steps will reproduce the problem?
1. Select a picture
2. Right Click and Select Exif Data
3. Date and Time is shown as "2009:08:24 12:42:33"

What is the expected output? What do you see instead?
I expect dot character between at the part with the date and not a colon.

What version of the product are you using? On what operating system?
0.4.1 at Windows 7 with Firefox 3.6.3

Please provide any additional information below.
Samsung Electronics S8300 or
Canon DIGITAL IXUS 50
are both showing the date with colons for the date.
Checked for other pictures and it seems to be for all of them.

Original issue reported on code.google.com by [email protected] on 29 May 2010 at 6:51

Picture w. incomplete Exif data - error message

Fxif 0.4.1 / Firefox 3.6.3 / Win7 x64

The following Picture might have incomplete Exif data:

http://img13.abload.de/img/imag0001a0uq.jpg


Fxif shows the following error message:

http://www.abload.de/img/fxiferr7ul8.jpg


Original issue reported on code.google.com by [email protected] on 12 Apr 2010 at 11:20

Show EXIF-thumbnail

Would be great if the EXIF-thumbnail in the image could be shown as well.

Possible interface: An extra line when there is a thumbnail.

Thumbnail:     Yes          <view>

Where <view> could be similar to the "Map link" for GPS coordinates, but
when you hover the mouse over this link, a tooltip-like popup
(hiding/showing a floating div?) could do the trick.

A GreaseMonkey script - based on FxIF (!) - that retrieves the thumbnail
from EXIF data can be found at:
http://www.xs4all.nl/~jlpoutre/BoT/Javascript/ExifThumbs/

Original issue reported on code.google.com by [email protected] on 8 Jan 2010 at 3:10

"Copy" button does not copy GPS coords

Exactly as the title says,

with GPS data embedded, when I use the copy feature of this tool it will
copy the altitude data, but not the coordinates. Can this be added? Thanks!

Original issue reported on code.google.com by [email protected] on 30 Mar 2010 at 2:14

Show in Statusbar on mouse-over

What would be really cool is if it could show the most important Exif data 
(aperture/shutterspeed/focal length/iso/EV) in the status bar on mouse over.
It would be a real time saver, since it is quite cumbersome to right-click, see 
the values, close the window (often to see that there is no exif data anyway).

Thanks for making this excellent extension available.  Very much appreciated!

Original issue reported on code.google.com by [email protected] on 9 Sep 2011 at 6:29

fxIF problem

Hello,
I have an image which EXIF was purged and recreated via PEL (PHP Exif Library). 
After this processing, the fxIF doesn't show the rewritten EXIF:UserComment via 
PEL, but other programs (exiftool, jhead, exiv2, IrfanView, PHP's 
exif_read_data(), Opanda IExif, the Windows Explorer's file Properties/Details) 
show the comment correctly. I attach a ZIP which contains an original and 
processed image and the HTML with explanation.

What version of the product are you using? On what operating system?
Firefox 21.0 on Windows 7, fxIF is 0.4.6

Thanks.

Original issue reported on code.google.com by [email protected] on 5 Jun 2013 at 6:32

Attachments:

Error while interpreting EXIF data

Today I got an error report from a user:

Using FxIF on the flower photo on http://www.ephotozine.com/photo/1721294 the 
program says 'Error while interpreting EXIF data.  EXIF meta data shown might 
not be complete.  Please report this problem with an example image.'

Original issue reported on code.google.com by [email protected] on 12 Dec 2010 at 9:50

%lang% is replaced by "chr"

What steps will reproduce the problem?
1. Set map link to use Google Maps
2. click the link
3. in the link, there is "hl=chr"

What is the expected output? What do you see instead?
it should be "en" or "fr", not "chr"

What version of the product are you using? On what operating system?
svn r20.

Please provide any additional information below.
http://code.google.com/p/fxif/source/browse/trunk/content/fxifUtils.js#114
this line is the source of the problem, in this case, 
getComplexValue('accept_languages', Ci.nsIPrefLocalizedString).data should 
be used, instead of getCharPref("accept_languages").

Original issue reported on code.google.com by [email protected] on 8 Feb 2010 at 7:57

FxIF reports ISO-40 wrongly as ISO-8000

What steps will reproduce the problem?

 Take a picture using a Samsung Galaxy Note 8 or 10.1 in bright sunlight.
 Upload to a web server and analyze with fxif.


What is the expected output? What do you see instead?

 Expected: ISO-40

 Shown: ISO-8000

What version of the product are you using? On what operating system?

 FxIF 0.4.7.1, Firefox 23.0, Windows XP

Please provide any additional information below.

 Error caused by the following code in binExif.js

       if (dataObj.ISOequivalent < 50 ){
          // Fixes strange encoding on some older digicams.
          dataObj.ISOequivalent *= 200;
        }



Original issue reported on code.google.com by [email protected] on 11 Aug 2013 at 8:51

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.