If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
Does anyone know why Krita won't work with .gif images? I prefer Krita over Gimp but can't work with .gifs and have to change them with Gimp to jpegs and then when done have to convert them with Gimp back to .gifs.
harecanada
Krita currently supports the following image formats, both for importing and exporting, apart from its own: PNG, TIFF, JPEG, Dicom, XCF, PSD, GIF, BMP, XPM, Targa, RGB, and OpenEXR. Additionally, Krita can import ICO files. PSD (the Photoshop file format) is only supported up to version 6, from version 7 on, the Photoshop file format is closed.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
... have to change them with Gimp to jpegs and then when done have to convert them with Gimp back to .gifs.
harecanada
If you have the package imagemagick installed, you can use the console command convert:
NAME
convert - convert between image formats as well as resize an image,
blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much
more.
SYNOPSIS
convert input-file [options] output-file
OVERVIEW
The convert program is a member of the ImageMagick(1) suite of tools.
Use it to convert between image formats as well as resize an image,
blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much
more.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
Adept says that imagemagik is installed but I can't find it on my system*&&*&&^%%$#
Not sure what to do. I read the bug report and it's the same for me in that when I go to save an image, there is no option to save as gif.
harecanada
Thought I would add this. Dolphin converts anything in my picture file to jpeg,png,gif,or tif!!!
This is too easy. Doesn't handle the why behind Krita not working with gifs but almost makes the problem redundant.
harecanada
Just one small advice: If you are going to bounce a file through another format, don't use JPG. JPG is a lossy format, so you will lose quality. I'd suggest PNG, TIFF or BMP instead.
As for imagemagick, what happens when you type "convert" on the command line? If something happens then imagemagick is working normally. As far as I know, imagemagick is just a suite of command line tools that can also be used by gui apps.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
Just one small advice: If you are going to bounce a file through another format, don't use JPG. JPG is a lossy format, so you will lose quality. I'd suggest PNG, TIFF or BMP instead.
That's true, but if you use jpg with only 1% compression it is not very lossy and is still only about half the size of tiff.
Comment