On 11/15/20 3:46 AM, Dave Royal wrote:
> Ken Springer <
snow...@q.com> wrote:
>> On 11/4/20 9:23 AM,
lucien...@waika9.com wrote:
>>> Hello,
>>>
>>> Firefox 78.4.0esr (64 bits) - Debian 10
>>>
>>> Someone pointed out this problem in 2016, but it's still present.
>>> When I open a local picture file (jpg, png,...) through Ctrl + O, some files have a preview on the right side of the dialog box, but some others have not.
>>> Those which have no preview have a width greater than 4096 pixels.
>>> Is there a way to increase this limit ?
>>>
>>> PS : I think it's Firefox related because this problem does not occurs with Chrome
>>
>> Also note that a JPG file may included a thumbnail in the file itself.
>>
> I didn't know that. I wondered if it could be used as a workaround for
> the OP's use case. So I added a thumbnail into the 4097-wide jpg:
> convert -resize 100 big.jpg small.jpg
> exiftool "-ThumbnailImage<=small.jpg" big.jpg
This is how I would tackle the OP's issue.
1. Mark all his photos read only. I don't know how to do that in Linux.
2. Create a folder for testing the problem. Copy a group of files that
show a thumbnail, and a group of files that do not show a thumbnail,
into the new folder. Note which files show a thumbnail, and which do not.
3. Determine which files in the folder have an embedded thumbnail,
which do not.
4. If the files that show a thumbnail in FF do indeed have an embedded
thumbnail, and he ones that do not show a thumbnail in FF do not have an
embedded thumbnail, it might be a sound conclusion that FF is looking
for an embedded thumbnail.
> The file selector in Fx doesn't show it. I wonder what does?
Not being a Linux user, I can't comment, other than to say I don't use a
browser to view my image files or PDF files.
> You could obviously embed any image in there as a thumbnail.
> When I used to upload pictures for my blog I always used to strip exif
> data.
Just curious, here, but why did you strip the EXIF data? You might have
one or more blog readers that would be interested in some part of the
EXIF data.