Post Reply 
converting jpg to jp2
Jun. 11, 2006, 06:17 PM
Post: #4
RE: converting jpg to jp2
Very strange...

So the page your browser sees has code like
<IMG SRC="TN_Example.JPG" ALT="Example.jpg">
but the JPGs are really JPG2000 and require a plugin that requires the embed or object tag.
<embed SRC="TN_Example.JPG" ALT="Example.jpg">
How...

Does
Code:
[Patterns]
Name = "Test "
Active = TRUE
Multi = TRUE
Bounds = "<img*>"
Limit = 700
Match = "<img(*(jpg|jpeg)*>)\1"
Replace = "<embed\1"
help anywhere?
It's too simple to get them all.
You should be able to test it at http://news.yahoo.com/
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
converting jpg to jp2 - degarb - Jun. 10, 2006, 04:50 PM
RE: converting jpg to jp2 - JJoe - Jun. 11, 2006, 02:44 PM
RE: converting jpg to jp2 - degarb - Jun. 11, 2006, 02:53 PM
RE: converting jpg to jp2 - JJoe - Jun. 11, 2006 06:17 PM
RE: converting jpg to jp2 - degarb - Jun. 12, 2006, 12:57 AM
RE: converting jpg to jp2 - JJoe - Jun. 12, 2006, 01:50 AM
RE: converting jpg to jp2 - degarb - Jun. 14, 2006, 12:01 PM
RE: converting jpg to jp2 - degarb - Jun. 15, 2006, 02:30 PM
RE: converting jpg to jp2 - JJoe - Jun. 16, 2006, 06:49 PM

Forum Jump: