I'm playing around with some code right now based on OpenCV and C++ (I
know I know, but all the graphics I've ever done was with opencv and I
couldn't find a quick start guide. It reads stdin for arguments and
supports 1 function (rotate).
I actually think a scripting language would be most suitab
Hi,
you could also have a look at my old project
http://flpsed.org/flimp.html
It's a minimal graphical frontend for command line image processing
tools. It tries to keep the results of the individual processing
steps aligned, so you can compare the results easily by switching
tabs.
Regards,
Johan
On Mon, Dec 02, 2013 at 09:40:24PM +0100, q...@c9x.me wrote:
> On Mon, Dec 02, 2013 at 10:07:17AM -0600, Chris Down wrote:
> > On 2013-12-01 18:19:22 -0500, Eyal Erez wrote:
> > > create mode 100644 .gitignore
> >
> > A gitignore when there are no subdirectories? What do you want a
> > gitignore
Hi,
On 2013-12-02, 12:00:10
Calvin Morrison wrote:
> You can do quite advanced image manipulation with something like
> ImageMagick.
That can be very powerful. Many times it's also quite intuitive. I
would prefer separate tools for most of the actions though.
I would like to have something lik
Hello,
On Mon, Dec 02, 2013 at 09:40:24PM +0100, q...@c9x.me wrote:
> On Mon, Dec 02, 2013 at 10:07:17AM -0600, Chris Down wrote:
> > On 2013-12-01 18:19:22 -0500, Eyal Erez wrote:
> > > create mode 100644 .gitignore
> >
> > A gitignore when there are no subdirectories? What do you want a
> > gi
q...@c9x.me wrote:
> Would you mind elaborating? I use a git ignore in this kind of situation to
> avoid having my `git status` full of garbage, are there any alternatives to
> this?
You can always use .git/info/exclude to ignore on a repository basis. So if you
only have one clone of your projec
On Mon, Dec 02, 2013 at 10:07:17AM -0600, Chris Down wrote:
> On 2013-12-01 18:19:22 -0500, Eyal Erez wrote:
> > create mode 100644 .gitignore
>
> A gitignore when there are no subdirectories? What do you want a
> gitignore for? Just don't do `git add .` (ever).
Would you mind elaborating? I us
On Mon, 2 Dec 2013 13:00:16 -0500
Calvin Morrison wrote:
> I'm created a little "demo" image of what I imagined with an xterm and
> qiv... there's no action but use you're imagination!
>
> With some scripting it could be done. Not sure how layers would work.
>
> see attachment.
>
Comes close
GrafX2 [1] is a very nice editor, if limited palette is acceptable (you
can forget about editing truecolor photos). Interface is taken from
Deluxe Paint. Code is C with dependencies on SDL and Lua (can be
compiled without Lua). There are binaries for Atari available, so it
is a lightweight editor c
Hi,
I've been envisioning a *very simple* GUI for doing
- pointing,
- selection,
- moving a slider,
which can be linked genericaly with most netpbm tools (I prefer netpbm
to imagemagick). The command window would be simple a terminal. Some
tools mostly just don't need gui (e.g. pnmtojpeg). Launc
Hello,
Martti Kühne wrote:
> I had that covered somewhere with bsd's libmagic. We don't need to set
> up our own database then, I guess?
Eh, I mean I just open each file under ~/Music and see if I can read
an ID3 or ATOM tag from it, as both types of tags occur at the start
of the file, so I'm r
I'm created a little "demo" image of what I imagined with an xterm and
qiv... there's no action but use you're imagination!
With some scripting it could be done. Not sure how layers would work.
see attachment.
On 2 December 2013 12:16, Silvan Jegen wrote:
> On Mon, Dec 02, 2013 at 12:00:10PM
On Sat, Nov 30, 2013 at 2:16 AM, Bobby Powers wrote:
> Hi,
>
> Chris Down wrote:
>> The file's magic number?
>
> Duh, of course. Why didn't I think of that... Implemented.
>
> I've also added an option for hardlinks, -h, and fixed a few small problems.
>
> yours,
> Bobby
>
I had that covered
On Mon, Dec 02, 2013 at 05:54:11PM +0100, patrick295767 patrick295767 wrote:
> Gimp on Linux is rather ok, but on Linux, the portable version and the
> 2.8.10 are very slow, which limits drastically the use.
>
> On an usb installation, gimp might be quite slow, unfortunately.
You're running gimp
On Mon, Dec 02, 2013 at 12:00:10PM -0500, Calvin Morrison wrote:
> [...]
>
> Here would be my idea: A scripting window for commands, a graphics
> window which shows the image buffer, and also allows recording of
> mouse actions (as to script functions like select)
You could just use dwm with
- a
> It shall be the same for the design of a lightweight, well - coded,
> photo editor application.
ImageMagick maybe?
> Gimp has become quite heavy to install and particularly slow on some
> systems.
Gimp is semi-professional image editing tool (for some areas pretty
much professional) and due co
look for instance photoshop 2, 20 years ago:
simple and efficient
http://netdna.webdesignerdepot.com/uploads/evolution_of_photoshop/107-mac2.jpg
2013/12/2 Alexander Huemer :
> On Mon, Dec 02, 2013 at 05:54:11PM +0100, patrick295767 patrick295767 wrote:
>> Since a long time I have been using gimp
I actually need a portable editor to do collage between various layers.
That's my regular photo editing activity.
You can always add basic drawing such as in irfanview (press F12), easily.
2013/12/2 Calvin Morrison :
> You can do quite advanced image manipulation with something like ImageMagick.
On Mon, Dec 02, 2013 at 05:54:11PM +0100, patrick295767 patrick295767 wrote:
> Since a long time I have been using gimp on Windows and Linux.
>
> Gimp on Linux is rather ok, but on Linux, the portable version and the
> 2.8.10 are very slow, which limits drastically the use.
A photo editor is a co
You can do quite advanced image manipulation with something like ImageMagick.
I actually like prog21.dagum's ideas [0] (no idea who he is), a purely
functional, non destructive editing program
Here would be my idea: A scripting window for commands, a graphics
window which shows the image buffer,
Hi,
Since a long time I have been using gimp on Windows and Linux.
Gimp on Linux is rather ok, but on Linux, the portable version and the
2.8.10 are very slow, which limits drastically the use.
On an usb installation, gimp might be quite slow, unfortunately.
Well, in comparison, dwm is a great
On 2013-12-02 11:18:25 +0100, FRIGN wrote:
> You can present the benefits of compile-time-configuration even more
> and make even clearer, that compiling nowadays doesn't take much time
> anymore (at least for me, not having to learn yet another config-
> interface for package xy).
From my experie
Chris Down wrote:
> They don't both work, `rev` reverses per-character, `tac` reverses per-line.
indeed, you're right.
--Markus
On 2013-12-01 18:19:22 -0500, Eyal Erez wrote:
> create mode 100644 .gitignore
A gitignore when there are no subdirectories? What do you want a
gitignore for? Just don't do `git add .` (ever).
Even if it was desirable, it should be provided as part of a separate
patch.
pgptGWApIW0Kj.pgp
Descri
On 2013-12-02 01:38:34 +0100, Markus Teich wrote:
> tac should work as well of course.
They don't both work, `rev` reverses per-character, `tac` reverses
per-line.
pgpJSGfYOJjBs.pgp
Description: PGP signature
On Mon, Dec 02, 2013 at 11:18:25AM +0100, FRIGN wrote:
> at least for me, not having to learn yet another config-
> interface for package xy.
/me nods.
The way dwm uses C syntax to encapsulate its config is
quite the standard when compared to e.g. YAML.
v4hn
pgpyGEtPg0Ij0.pgp
Description: PGP
On Mon, 2 Dec 2013 09:20:52 +0100
Martin Kopta wrote:
> [2] http://www.root.cz/clanky/suckless-mene-smradlavy-software/
Hey Martin,
Nice article, man!
The only thing that bothers me, after reading the comments, is that
still many people complain about the need to recompile the software
when the
On Mon, Dec 02, 2013 at 10:54:54AM +0100, Christoph Lohmann wrote:
> > Brilliant! I feel silly for not noticing it only affected the bold
> > colors. The fix was simple, and I've attached a patch in the event other
> > people prefer the xterm behavior.
>
> No, fix xterm to brighten all colors. I
Greetings.
On Mon, 02 Dec 2013 10:57:39 +0100 Martin Kopta wrote:
> Hi suckless!
>
> I had talk about Suckless at LinuxDays 2013 on 2013-10-06 [0 1] (recording
> is sadly still not available). After the talk, I was asked by a director of
> root.cz to write a series of articles. Today, first arti
Greetings.
On Mon, 02 Dec 2013 10:54:54 +0100 Eric Pruitt wrote:
> On Mon, Dec 02, 2013 at 01:40:12AM +0100, Markus Teich wrote:
> > Heyho,
> >
> > Seems to be related to the colors of bold/bright text.
> >
> > --Markus
>
> Brilliant! I feel silly for not noticing it only affected the bold
> c
Hi suckless!
I had talk about Suckless at LinuxDays 2013 on 2013-10-06 [0 1] (recording
is sadly still not available). After the talk, I was asked by a director of
root.cz to write a series of articles. Today, first article took place [2]
(czech only). It is just summary of philosophy, basic overv
31 matches
Mail list logo