Search found 6 matches
- 2013-04-08T23:38:58-07:00
- Forum: Bugs
- Topic: ImageMaps errors
- Replies: 2
- Views: 3142
Re: ImageMaps errors
The way pictures are packed has changed somewhere between version 6.6 and 6.7. And apparently, the HTML output module hasn't followed those changes.
- 2013-04-08T05:52:01-07:00
- Forum: Bugs
- Topic: ImageMaps errors
- Replies: 2
- Views: 3142
ImageMaps errors
There is a problem with the HTML format (image maps): all areas have the same size, which is the size of the biggest picture in the given set.
Each areas should cover exactly it's own image (plus margins).
The actual behavior is satisfying only when generating thumbnail maps, where all thumbnails ...
Each areas should cover exactly it's own image (plus margins).
The actual behavior is satisfying only when generating thumbnail maps, where all thumbnails ...
- 2013-04-08T02:42:34-07:00
- Forum: Users
- Topic: CSS Sprite Sheets
- Replies: 1
- Views: 3799
CSS Sprite Sheets
Hello,
I'm trying to generate CSS sprite sheets from series of images of different size. My first attempt was to use PHP ou BASH to get the image size and generate the command line for montage and the corresponding CSS. It was not very powerful. Basically, it required rewriting montage :?
Then, I ...
I'm trying to generate CSS sprite sheets from series of images of different size. My first attempt was to use PHP ou BASH to get the image size and generate the command line for montage and the corresponding CSS. It was not very powerful. Basically, it required rewriting montage :?
Then, I ...
- 2011-12-13T04:13:21-07:00
- Forum: Bugs
- Topic: SVG draws circles incorrectly
- Replies: 1
- Views: 5144
SVG draws circles incorrectly
Well, not circles, but ellipses drawn using a path.
Test case :
open inkscape
draw a circle/ellipse
save to circle.svg
converts to png (using MSVG)
Expected result : original ellipse
Result : truncated (half) ellipse
rsvg-convert renders the original (full) ellipse
<svg xmlns="http ...
Test case :
open inkscape
draw a circle/ellipse
save to circle.svg
converts to png (using MSVG)
Expected result : original ellipse
Result : truncated (half) ellipse
rsvg-convert renders the original (full) ellipse
<svg xmlns="http ...
- 2011-02-08T10:09:57-07:00
- Forum: Users
- Topic: Transparent TIFF for InDesign
- Replies: 1
- Views: 6818
Transparent TIFF for InDesign
I need to convert an SVG drawing to a TIFF CMYK image for importing in InDesign. I'm using the following command line :
convert -density 300 -background none chart.svg +profile icm -profile sRGB.icm -profile ISOuncoated.icc chart.tiff
When I open the generated TIFF in InDesign, the background is ...
convert -density 300 -background none chart.svg +profile icm -profile sRGB.icm -profile ISOuncoated.icc chart.tiff
When I open the generated TIFF in InDesign, the background is ...
- 2011-02-08T09:08:52-07:00
- Forum: Users
- Topic: How to extract color profile via command line?
- Replies: 3
- Views: 12307
Re: How to extract color profile via command line?
And what about the TIFF profile?
I have a TIFF image from Photoshop and it contains the following profiles (from identify -verbose ) :
Profiles:
Profile-8bim: 6252 bytes
Profile-icc: 1528264 bytes
ISO Uncoated
Profile-tiff:37724: 100944 bytes
Profile-xmp: 14548 bytes
Converting to TIFF ...
I have a TIFF image from Photoshop and it contains the following profiles (from identify -verbose ) :
Profiles:
Profile-8bim: 6252 bytes
Profile-icc: 1528264 bytes
ISO Uncoated
Profile-tiff:37724: 100944 bytes
Profile-xmp: 14548 bytes
Converting to TIFF ...