Closed Bug 55346 Opened 24 years ago Closed 13 years ago

Better image filtering.

Categories

(Core :: Graphics: ImageLib, enhancement, P3)

enhancement

Tracking

()

RESOLVED WONTFIX
Future

People

(Reporter: petter.sundlof, Unassigned)

References

()

Details

(Whiteboard: [imglib])

Attachments

(1 file)

Wouldn't it be nice if the Image Manager could block out certain graphics by their size, filename or path? Look at the attached URL for a reference (that is iCab, a browser for Mac OS)
Target Milestone: --- → Future
It would be great to block out images by their size in pixel: avoid big images (ex: 1400x1700 as background image) avoid small images (ex: 1x1 image included in a mail)
setting bug status to New. Bugs like this get attention a lot faster when they are accompanied by a patch or two.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Thanks for the good ideas. Some of these are already implemented. See edit/preferences/advanced/images options to control image loading by site. Note particularly the ability to block images that do not come from the originating server. -p
Status: NEW → ASSIGNED
I am aware of the basic (basic in usability -- not commeting on how hard they were to implement, since I am no programmer) functionalities of the Image Manager, but I'd like to see it embrace features similar to iCab, which block out content on a more general basis, yet more specific. Am I making any sense? Heh.
All pnunn bugs reassigned to Pav, who is taking over the imglib.
Assignee: pnunn → pavlov
Status: ASSIGNED → NEW
Summary: Some small additions to the Image Manager component → [RFE] Better image filtering.
Attached image iCab image filtering.
changing status to [imglib]
Whiteboard: [imglib]
*** Bug 65015 has been marked as a duplicate of this bug. ***
The BannerBlind project (http://bannerblind.mozdev.org) could be of relevance to this. It enables filtering through image sizes, and lets you chose if you want to hide (maintain page layout) or remove the image of a particular size.
One major portion of that functionality is only partially addressed by Mozilla--blocking images by size. One can put rules in a user stylesheet that would block an image by size: /* Block 468x60 images -- a typical ad shape */ object[type="image/jpeg"][width="468"][height="60"], img[width="468"][height="60"] { display: none; } and this can easily be extended to cover ads of a wide range of sizes and types. As CSS selectors allow for more accurate matching, this becomes one more tool to surf the web without ads. But will this work when the size is not declared in the markup? It would be nice to target images by size whether the size is declared in the markup or not. Also, how many selectors one can use in a CSS rule is a related issue.
Summary: [RFE] Better image filtering. → Better image filtering.
Assignee: pavlov → nobody
QA Contact: tpreston → imagelib
I don't think we're planning to fix this right now. Closing as WONTFIX, we can reopen this later if we decide that we need it.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: